summaryrefslogtreecommitdiff
path: root/src/modules/hellotype.c
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated REDISMODULE_POSTPONED_ARRAY_LEN in module tests and exampl...Guy Korland2021-10-251-1/+1
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-1/+1
* Modules: block ok keys: improve example.antirez2019-10-311-0/+8
* Modules: block on keys: use a better interface.antirez2019-10-311-13/+13
* Modules: block on keys: example on hellotype.c.antirez2019-10-311-0/+68
* Modules: DEBUG DIGEST interface.antirez2017-07-061-1/+12
* Use const in modules types mem_usage method.antirez2017-01-121-2/+2
* MEMORY USAGE: support for modules data types.antirez2017-01-121-4/+7
* Modules: change type registration API to use a struct of methods.antirez2016-11-301-1/+9
* Modules: introduce warning suppression macro for unused args.antirez2016-10-071-0/+5
* Remove extra "-" from ASCII horizontal bar in comment.antirez2016-08-021-1/+1
* Fix example modules to have the right OnLoad() prototype.antirez2016-06-131-1/+1
* Modules: top comments in helloworld.c and hellotype.c.antirez2016-06-031-0/+38
* Modules: support for modules native data types.antirez2016-06-031-0/+221