summaryrefslogtreecommitdiff
path: root/src/modules/helloblock.c
Commit message (Expand)AuthorAgeFilesLines
* delete obsolete REDISMODULE_EXPERIMENTAL_API define in module demos (#10527)judeng2022-04-051-1/+0
* Replace deprecated REDISMODULE_POSTPONED_ARRAY_LEN in module tests and exampl...Guy Korland2021-10-251-1/+1
* typo fixGuy Korland2018-09-161-1/+1
* Modules API: blocked client disconnection callback.antirez2018-04-121-0/+22
* Modules API: blocked client free callback modified to get a context.antirez2018-04-091-1/+2
* Allow certain modules APIs only defining REDISMODULE_EXPERIMENTAL_API.antirez2017-07-141-0/+1
* Modules TSC: HELLO.KEYS reply format fixed.antirez2017-05-031-13/+15
* Modules TSC: HELLO.KEYS example draft finished.antirez2017-05-031-6/+35
* Modules TSC: Release the GIL for all the time we are blocked.antirez2017-05-031-0/+42
* Modules: use RedisModule_AbortBlock() in the example.antirez2016-10-131-1/+1
* Example modules: remove warnings about types and not used args.antirez2016-10-131-0/+7
* Modules: blocking command example added.module-blocking-commandsantirez2016-10-071-0/+115