summaryrefslogtreecommitdiff
path: root/src/redismodule.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add RM_ReplyWithBigNumber module API (#9639)Shaya Potter2021-10-251-1/+3
* Treat subcommands as commands (#9504)guybe72021-10-201-0/+2
* Add RedisModule_KeyExists (#9600)Viktor Söderqvist2021-10-181-0/+2
* Modify mem_usage2 module callback to enable to take sample_size argument (#9612)Hanna Fadida2021-10-171-1/+1
* fix typos in module doc / header (#9641)Oran Agra2021-10-171-2/+0
* Add RM_ReplyWithVerbatimStringType that takes an ext/type arg (#9632)Shaya Potter2021-10-141-0/+2
* Modules: add RM_LoadDataTypeFromStringEncver (#9537)Hanna Fadida2021-09-301-0/+2
* Use __common__ attribute in redismodule.h for Clang C builds (#9541)Ozan Tezcan2021-09-271-1/+1
* Add RM_TrimStringAllocation(). (#9540)Yossi Gottlieb2021-09-231-0/+2
* Adding ACL support for modules (#9309)YaacovHazan2021-09-231-0/+12
* A better approach for COMMAND INFO for movablekeys commands (#8324)guybe72021-09-151-0/+10
* Modules: Add remaining list API functions (#8439)Viktor Söderqvist2021-09-141-0/+9
* Add stdlib.h for RedisModule_Assert (#9470)chenyang80942021-09-081-0/+1
* Unified Lua and modules reply parsing and added RESP3 support to RM_Call (#9202)Meir Shpilraien (Spielrein)2021-08-041-1/+26
* Module api support for RESP3 (#8521)Ariel Shtul2021-08-031-1/+20
* Remove const from CommandFilterArgGet result (#9247)Guy Korland2021-08-011-1/+1
* Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...chenyang80942021-06-161-1/+30
* Module API for current command name (#8792)guybe72021-06-081-0/+2
* Modules: adding a module type for key space notification (#8759)Hanna Fadida2021-04-191-2/+3
* Added macros for RM_log logging levels (#4246)Dvir Volk2021-04-011-0/+6
* Add RM_GetAbsExpire/RM_SetAbsExpire for module. (#8564)chenyangyang2021-03-241-0/+4
* Fix RedisModule_IsAOFClient Redis Module API (#8596)YaacovHazan2021-03-041-1/+1
* Module API for getting user name of a client (#8508)Bonsai2021-02-281-0/+2
* Adds INFO fields to track fork child progress (#8414)uriyage2021-02-161-2/+2
* Modules: In RM_HashSet, add COUNT_ALL flag and set errno (#8446)Viktor Söderqvist2021-02-151-0/+1
* Enabled background and reply time tracking on blocked on keys/blocked on back...filipe oliveira2021-01-291-0/+4
* Modules: Add event for fork child birth and termination (#8289)guybe72021-01-281-3/+10
* Add modules API for streams (#8288)Viktor Söderqvist2021-01-281-0/+36
* Report child copy-on-write info continuouslyYaacovHazan2021-01-071-0/+2
* Add module event for repl-diskless-load swapdb (#8153)Oran Agra2020-12-131-2/+11
* Modules: add defrag API support. (#8149)Yossi Gottlieb2020-12-131-0/+17
* Add module data-type support for COPY. (#8112)Yossi Gottlieb2020-12-091-0/+2
* Unified MULTI, LUA, and RM_Call with respect to blocking commands (#8025)Meir Shpilraien (Spielrein)2020-11-171-1/+4
* Modules callbacks for lazy free effort, and unlink (#7912)chenyangyang2020-11-161-1/+10
* Moved RMAPI_FUNC_SUPPORTED location such that it will be visible to modules (...Meir Shpilraien (Spielrein)2020-11-091-2/+2
* Modules: fix RM_GetCommandKeys API. (#7901)Yossi Gottlieb2020-10-111-1/+1
* Add Module API for version and compatibility checks (#7865)Meir Shpilraien (Spielrein)2020-10-111-1/+41
* Module API: Add RM_GetClientCertificate(). (#7866)Yossi Gottlieb2020-10-111-0/+2
* Modules: Add RM_GetDetachedThreadSafeContext(). (#7886)Yossi Gottlieb2020-10-111-0/+2
* Modules: add RM_GetCommandKeys().Yossi Gottlieb2020-10-111-0/+2
* Add GT and LT options to ZADD for conditional score updates (#7818)alexronke-channeladvisor2020-09-231-0/+2
* RM_GetContextFlags provides indication that we're in a fork child (#7783)Oran Agra2020-09-201-0/+2
* Add Swapdb Module Event (#7804)Wen Hui2020-09-201-0/+16
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-1/+1
* RM_ThreadSafeContextTryLock a non-blocking method for acquiring GIL (#7738)Roi Lipman2020-09-091-0/+2
* Annotate module API functions in redismodule.h for use with -fno-common (#6900)Nathan Scott2020-08-141-241/+265
* see #7250, fix signature of RedisModule_DeauthenticateAndCloseClient (#7645)WuYunlong2020-08-101-1/+1
* see #7544, added RedisModule_HoldString api. (#7577)Meir Shpilraien (Spielrein)2020-08-091-0/+2
* This PR introduces a new loaded keyspace event (#7536)Meir Shpilraien (Spielrein)2020-07-231-1/+1
* Use __attribute__ only if __GNUC__ is definedGuy Benoish2020-04-031-3/+12