summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation and comment style in testmoduleDvir Volk2018-02-141-98/+92
* removed hellonotify.cDvir Volk2018-02-143-87/+1
* fixed testDvir Volk2018-02-141-1/+7
* finished implementation of notifications. Tests unfinishedDvir Volk2018-02-143-1/+174
* Added RM_UnlinkKey - a low level analog to UNLINK commandDvir Volk2018-01-071-0/+39
* Renamed GetCtxFlags to GetContextFlagsDvir Volk2017-09-271-6/+6
* Added support for module context flags with RM_GetCtxFlagsDvir Volk2017-09-271-0/+82
* Allow certain modules APIs only defining REDISMODULE_EXPERIMENTAL_API.antirez2017-07-141-0/+1
* Modules documentation removed from source.antirez2017-07-144-2830/+0
* Markdown generation of Redis Modules API reference improved.antirez2017-07-141-7/+15
* Modules: DEBUG DIGEST interface.antirez2017-07-061-1/+12
* 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