summaryrefslogtreecommitdiff
path: root/src/redismodule.h
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-10/+10
* Add RM_ReplyWithErrorFormat that can support format (#11923)Binbin2023-04-121-0/+2
* Add RM_RdbLoad and RM_RdbSave module API functions (#11852)Ozan Tezcan2023-04-091-0/+9
* Module commands to have ACL categories. (#11708)Roshan Khatri2023-03-211-0/+2
* Support for RM_Call on blocking commands (#11568)Meir Shpilraien (Spielrein)2023-03-161-0/+10
* Custom authentication for Modules (#11659)KarthikSubbarao2023-03-151-0/+11
* Match REDISMODULE_OPEN_KEY_* flags to LOOKUP_* flags (#11772)Meir Shpilraien (Spielrein)2023-02-091-0/+14
* Add a special notification unlink available only for modules (#9406)Huang Zhw2022-11-301-19/+44
* Module API to allow writes after key space notification hooks (#11199)Meir Shpilraien (Spielrein)2022-11-241-0/+14
* Blocked module clients should be aware when a key is deleted (#11310)guybe72022-10-181-0/+6
* Avoid saving module aux on RDB if no aux data was saved by the module. (#11374)Meir Shpilraien (Spielrein)2022-10-181-1/+2
* Add RM_SetContextUser to support acl validation in RM_Call (and scripts) (#10...Shaya Potter2022-09-221-0/+6
* Build TLS as a loadable moduleOran Agra2022-08-231-15/+29
* Introduce redis module ctx flag 'server startup'zhenwei pi2022-08-221-3/+1
* Introduce redis module ctx flag 'server startup' & 'sentinel'zhenwei pi2022-08-221-1/+5
* Repurpose redisCommandArg's name as the unique ID (#11051)guybe72022-08-181-0/+1
* Adds RM_Microseconds and RM_CachedMicroseconds (#11016)guybe72022-07-271-1/+6
* Set RedisModule_StringCompare input args as const (#10996)Guy Korland2022-07-171-1/+1
* Add missing REDISMODULE_CLIENTINFO_INITIALIZER (#10885)Viktor Söderqvist2022-06-271-0/+2
* Support conversion between `RedisModuleString` and `unsigned long long` (#10889)RinChanNOW!2022-06-261-0/+4
* Add RM_SetClientNameById and RM_GetClientNameById (#10839)Viktor Söderqvist2022-06-261-0/+4
* Add module API RM_MallocUsableSize (#10795)menwen2022-05-311-0/+2
* Fix typos in module comment / documentation (#10740)Binbin2022-05-181-2/+2
* Add const qualifier to config name parameter in RM_RegisterBoolConfig() (#10733)Ozan Tezcan2022-05-161-1/+1
* update redismodule notify defines to be in sync with server (#10688)Shaya Potter2022-05-081-1/+2
* Add module API flag for using enum configs as bit flags (#10643)Oran Agra2022-04-261-0/+1
* Add RM_PublishMessageShard (#10543)guybe72022-04-171-0/+2
* Add RM_MallocSizeString, RM_MallocSizeDict (#10542)guybe72022-04-171-0/+4
* Add the deprecated_since field in command args of COMMAND DOCS (#10545)guybe72022-04-131-0/+1
* Allow specifying ACL reason for module log entry (#10559)Madelyn Olson2022-04-111-1/+8
* modules: add RedisModuleKey* return type to RM_OpenKey (#3719)Evan2022-04-111-1/+1
* Add RM_TryAlloc (#10541)guybe72022-04-101-0/+2
* Module Configurations (#10285)Nick Chun2022-03-301-0/+28
* Add module API for redacting command arguments (#10425)Madelyn Olson2022-03-151-0/+2
* Modules: Add REDISMODULE_EVENT_CONFIG (#10311)Shaya Potter2022-03-071-2/+21
* Implemented module getchannels api and renamed channel keyspec (#10299)Madelyn Olson2022-02-221-7/+12
* Fix duplicate module options define (#10284)sundb2022-02-111-3/+3
* Handle key-spec flags with modules (#10237)Oran Agra2022-02-081-0/+4
* Command info module API (#10108)Viktor Söderqvist2022-02-041-17/+137
* Disable keyspec module API in 7.0 RC1 (#10135)Viktor Söderqvist2022-01-241-0/+5
* ACL V2 - Selectors and key based permissions (#9974)Madelyn Olson2022-01-201-1/+7
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-201-1/+6
* Use const char pointer in redismodule.h as far as possible (#10064)Wang Yuan2022-01-181-9/+9
* Add event loop support to the module API (#10001)Ozan Tezcan2022-01-181-2/+23
* Added RM_MonotonicMicroseconds() API to provide monotonic time function (#10101)Ozan Tezcan2022-01-131-0/+2
* Always create base AOF file when redis start from empty. (#10102)chenyang80942022-01-131-1/+2
* Module events: Fail RM_SubscribeToServerEvent if event is too new (#9987)guybe72022-01-111-1/+28
* Modules: Mark all APIs non-experimental (#9983)Viktor Söderqvist2021-12-301-7/+0
* Auto-generate the command table from JSON files (#9656)guybe72021-12-151-6/+28
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-041-4/+23