redict/src/modules
antirez 636c693f44 Use const in modules types mem_usage method.
As suggested by @itamarhaber.
2017-01-12 12:47:46 +01:00
..
.gitignore Modules: first preview 31 March 2016. 2016-05-10 06:40:05 +02:00
API.md Corrects a couple of omissions in the modules docs 2016-12-05 18:34:38 +02:00
BLOCK.md Modules: blocking API documented. 2016-10-13 16:57:28 +02:00
gendoc.rb Modules: doc layout improved. 2016-05-10 18:54:58 +02:00
helloblock.c Modules: use RedisModule_AbortBlock() in the example. 2016-10-13 17:00:45 +02:00
hellotype.c Use const in modules types mem_usage method. 2017-01-12 12:47:46 +01:00
helloworld.c Example modules: remove warnings about types and not used args. 2016-10-13 12:43:18 +02:00
INTRO.md Modules: AbortBlock() API implemented. 2016-10-13 16:57:40 +02:00
Makefile Modules: blocking commands WIP: API exported, a first example. 2016-10-07 13:48:14 +02:00
testmodule.c Modules: introduce warning suppression macro for unused args. 2016-10-07 13:10:31 +02:00
TYPES.md Corrects a couple of omissions in the modules docs 2016-12-05 18:34:38 +02:00