summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Modules TSC: HELLO.KEYS reply format fixed.antirez2017-05-031-13/+15
* Modules: remove unused var in example module.antirez2017-05-031-3/+2
* 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
* 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
* Corrects a couple of omissions in the modules docsitamar2016-12-052-2/+3
* Modules: types doc updated to new API.antirez2016-12-051-14/+22
* Modules: API doc updated (auto generated).antirez2016-12-051-7/+190
* Modules: change type registration API to use a struct of methods.antirez2016-11-301-1/+9
* Modules: use RedisModule_AbortBlock() in the example.antirez2016-10-131-1/+1
* Modules: AbortBlock() API implemented.antirez2016-10-131-0/+1
* Modules: blocking API documented.antirez2016-10-131-0/+265
* Example modules: remove warnings about types and not used args.antirez2016-10-132-2/+13
* Modules: blocking command example added.module-blocking-commandsantirez2016-10-071-0/+115
* Modules: blocking commands WIP: API exported, a first example.antirez2016-10-071-1/+6
* Modules: introduce warning suppression macro for unused args.antirez2016-10-072-0/+20
* Enable warning in example modules Makefile.antirez2016-10-071-2/+2
* Add compiler optimizations to example module makefile.antirez2016-10-021-2/+2
* added RM_CreateStringPrintfDvir Volk2016-09-211-0/+26
* Example modules: Add C99 standard to cflags.antirez2016-09-091-2/+2
* Modules: basic call/reply tests in test module.antirez2016-08-031-0/+71
* Modules: initial draft for a testing module.antirez2016-08-031-0/+125
* Modules: StringAppendBuffer() and ability to retain strings.antirez2016-08-021-1/+6
* Remove extra "-" from ASCII horizontal bar in comment.antirez2016-08-022-2/+2
* Modules: mention RedisModule_Calloc() in the doc.antirez2016-06-231-0/+1
* Merge pull request #3336 from yossigo/create_string_from_stringSalvatore Sanfilippo2016-06-231-0/+10
|\
| * Add RedisModule_CreateStringFromString().Yossi Gottlieb2016-06-221-0/+10
* | Modules: changes to logging function.antirez2016-06-231-5/+15
* | Add RedisModule_Log() logging API function.Yossi Gottlieb2016-06-231-0/+8
|/
* Modules doc: hint about replacing libc malloc calls.antirez2016-06-221-1/+15
* Merge pull request #3281 from jamespedwards42/unstableSalvatore Sanfilippo2016-06-151-4/+3
|\
| * Fix modules intro typos.jamespedwards422016-05-291-4/+3
* | Modules: document how to pass config params to modules.antirez2016-06-131-1/+19
* | Fix example modules to have the right OnLoad() prototype.antirez2016-06-132-2/+8
* | Fix typo: after -> before.antirez2016-06-101-1/+1
* | Explain why module type names are 9 chars.antirez2016-06-101-0/+52
* | modules API.md updated.antirez2016-06-041-10/+232
* | Modules: native types doc, 70% done.antirez2016-06-041-0/+305
* | Modules: pool allocator doc.antirez2016-06-031-1/+53
* | Modules: top comments in helloworld.c and hellotype.c.antirez2016-06-032-0/+74
* | Modules: support for modules native data types.antirez2016-06-032-1/+227
|/
* Modules: initial pool allocator and a LEFTPAD usage example.antirez2016-05-141-0/+57
* Modules: doc layout improved.antirez2016-05-103-554/+1454
* Modules doc: mention the functions not yet documented.antirez2016-05-101-8/+25
* vector of strings is implemented nowRamon Snir2016-05-101-1/+1
* Modules: command <-> core interface modified to get flags & keys.antirez2016-05-102-16/+16
* Modules: REDISMODULE_POSTPONED_ARRAY_LEN doc.antirez2016-05-101-0/+45
* Modules: Hash API defines made more uniform.antirez2016-05-101-2/+2
* Modules: Hash type API WIP #2.antirez2016-05-101-4/+7