summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Modules: hellodict example WIP #3: KEYRANGE.antirez2018-09-271-0/+40
* Modules: hellodict example WIP #1: GET command.antirez2018-09-271-0/+18
* Modules: hellodict example WIP #1: SET command.antirez2018-09-261-0/+74
* Modules: remove useless defines in hellotimer.cantirez2018-09-262-4/+6
* Modules: fix top comment of hellotimer.cantirez2018-09-261-1/+1
* Module cluster flags: use RM_SetClusterFlags() in the example.antirez2018-09-191-0/+10
* Merge pull request #5348 from gkorland/patch-2Salvatore Sanfilippo2018-09-171-1/+1
|\
| * No need to return "OK" Guy Korland2018-09-131-1/+1
* | typo fixGuy Korland2018-09-161-1/+1
|/
* Fix typoJack Drogon2018-07-031-1/+1
* Modules API: blocked client disconnection callback.antirez2018-04-121-0/+22
* Modules API: fix timer example.antirez2018-04-121-0/+3
* Modules API: blocked client free callback modified to get a context.antirez2018-04-092-1/+3
* Modules Timer API: add example of API.antirez2018-03-311-0/+76
* Modules Timer API: fix infinite loop and export API.antirez2018-03-311-1/+6
* Modules Cluster API: node API exported, example improved.antirez2018-03-301-2/+30
* Modules Cluster API: add a simple example module.antirez2018-03-302-1/+85
* 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