summaryrefslogtreecommitdiff
path: root/src/modules/helloworld.c
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated REDISMODULE_POSTPONED_ARRAY_LEN in module tests and exampl...Guy Korland2021-10-251-1/+1
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-2/+2
* Modules: remove unused var in example module.antirez2017-05-031-3/+2
* Example modules: remove warnings about types and not used args.antirez2016-10-131-2/+6
* 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/+7
* Modules: top comments in helloworld.c and hellotype.c.antirez2016-06-031-0/+36
* Modules: initial pool allocator and a LEFTPAD usage example.antirez2016-05-141-0/+57
* Modules: command <-> core interface modified to get flags & keys.antirez2016-05-101-15/+16
* Modules: Hash API defines made more uniform.antirez2016-05-101-2/+2
* Modules: Hash type API WIP #2.antirez2016-05-101-4/+7
* Modules: Hash type API WIP #1.antirez2016-05-101-0/+31
* Modules: a few fixes for the zset iterator.antirez2016-05-101-4/+11
* Modules: zset lex iterator #3.antirez2016-05-101-0/+36
* Modules: zset iterator redesign #1.antirez2016-05-101-7/+6
* Modules: sorted set iterators WIP #3.antirez2016-05-101-4/+25
* Modules: sorted set iterators WIP.antirez2016-05-101-0/+37
* Modules: expire API and documentation.antirez2016-05-101-0/+27
* Modules: RedisModule_ReplyWithCallReply().antirez2016-05-101-0/+19
* Stops SPLICE from accepting negative countsItamar Haber2016-05-101-2/+6
* Modules: first preview 31 March 2016.antirez2016-05-101-0/+334