summaryrefslogtreecommitdiff
path: root/src/redismodule.h
Commit message (Expand)AuthorAgeFilesLines
* Modules: add new flags to context, replica state + more.antirez2019-11-141-1/+16
* Implement module api for aux data in rdbOran Agra2019-09-051-1/+10
* Extend REDISMODULE_CTX_FLAGS to indicate if redis is currently loading from e...swilly222019-07-071-0/+2
* Adds RedisModule_ReplyWithCStringItamar Haber2019-07-071-0/+2
* CommandFilter API: REDISMODULE_CMDFILTER_NOSELF.Yossi Gottlieb2019-05-131-1/+6
* CommandFilter API: Add unregister option.Yossi Gottlieb2019-05-131-6/+9
* CommandFilter API: More cleanup.Yossi Gottlieb2019-05-131-1/+1
* Add command filtering argument handling API.Yossi Gottlieb2019-05-131-6/+12
* Initial command filter experiment.Yossi Gottlieb2019-05-131-0/+8
* Add RedisModule_GetKeyNameFromIO().Yossi Gottlieb2019-05-131-0/+2
* Modules shared API: export new core APIs.antirez2019-03-141-0/+4
* Revert shared APIs to modify the design.antirez2019-03-141-4/+0
* added module ability to register api to be used by other modulesMeirShpilraien2019-03-141-0/+4
* Extend REDISMODULE_CTX_FLAGS to indicate if command was sent by masterswilly222019-03-131-0/+3
* Modules: Modules: dictionary API WIP #13: Compare API exported.antirez2018-10-031-0/+4
* Modules: dictionary API WIP #10: export API to modules.antirez2018-10-031-0/+40
* Modules: dictionary API work in progress #1.antirez2018-10-031-0/+2
* Module cluster flags: add RM_SetClusterFlags() API.antirez2018-10-031-0/+2
* Module cluster flags: initial vars / defines added.antirez2018-10-031-0/+4
* Modules API: Add call to get the blocked client handle from the context.antirez2018-04-131-0/+2
* Modules API: blocked client disconnection callback.antirez2018-04-121-3/+6
* Modules API: OOM_WARNING flags.antirez2018-04-111-0/+2
* Modules: context flags now include OOM flag.antirez2018-04-091-12/+14
* Modules: remove trailing empty spaces.antirez2018-04-091-2/+2
* Modules API: experimental APIs version.antirez2018-04-091-0/+1
* Modules API: blocked client free callback modified to get a context.antirez2018-04-091-26/+27
* Modules API: RM_GetRandomBytes() / GetRandomHexChars().antirez2018-04-051-0/+5
* Modules Cluster API: GetClusterSize() added.antirez2018-04-011-1/+3
* Modules Cluster API: GetMyClusterID() added.antirez2018-04-011-1/+2
* Modules Timer API: fix infinite loop and export API.antirez2018-03-311-0/+7
* Modules Timer API: initial implementation.antirez2018-03-301-0/+6
* Modules Cluster API: node API exported, example improved.antirez2018-03-301-0/+6
* Modules Cluster API: nodes list and info API.antirez2018-03-301-0/+1
* Modules Cluster API: node information struct and flags.antirez2018-03-301-0/+6
* Modules Cluster API: make node IDs pointers constant.antirez2018-03-301-1/+1
* Modules Cluster API: fix new API calls exporting.antirez2018-03-301-3/+3
* Modules Cluster API: sending / receiving API first implementation.antirez2018-03-301-1/+7
* Add REDISMODULE_NOTIFY_STREAM flag to support stream notificationsDvir Volk2018-02-141-1/+2
* finished implementation of notifications. Tests unfinishedDvir Volk2018-02-141-0/+16
* redismodule.h: Check ModuleNameBusy before calling itMark Nunberg2018-01-231-1/+1
* Added RM_UnlinkKey - a low level analog to UNLINK commandDvir Volk2018-01-071-0/+2
* Merge pull request #4344 from soloestoy/fix-module-name-conflictSalvatore Sanfilippo2017-11-241-1/+4
|\
| * Modules: handle the busy module namezhaozhao.zz2017-09-281-1/+4
* | Renamed GetCtxFlags to GetContextFlagsDvir Volk2017-09-271-3/+3
* | Added support for module context flags with RM_GetCtxFlagsDvir Volk2017-09-271-0/+26
|/
* Allow certain modules APIs only defining REDISMODULE_EXPERIMENTAL_API.antirez2017-07-141-12/+19
* Modules: DEBUG DIGEST interface.antirez2017-07-061-0/+6
* Modules TSC: Export symbols of the new API.antirez2017-05-021-0/+8
* Use const in modules types mem_usage method.antirez2017-01-121-1/+1
* Fix typo in RedisModuleTypeMethods declaration.Yossi Gottlieb2016-11-301-1/+1