summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Fixed timer warning (#5953)Madelyn Olson2020-08-121-1/+1
* Added some documentation and fixed a testMadelyn Olson2019-12-171-7/+3
* Add module APIs for custom authenticationMadelyn Olson2019-12-172-1/+201
* 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 hooks: fix memory leak in example module.antirez2019-10-231-0/+1
* Modules hooks: FLUSHDB event example.antirez2019-10-231-0/+27
* Modules hooks: do more in example client callback.antirez2019-10-231-1/+6
* Module hooks: fixes and an example module.antirez2019-10-232-1/+67
* Add runtest-moduleapi with commandfilter coverage.Yossi Gottlieb2019-03-241-6/+1
* fix: missing initialization.Yossi Gottlieb2019-03-241-149/+0
* Merge pull request #5944 from yossigo/command-filteringSalvatore Sanfilippo2019-03-222-1/+154
|\
| * CommandFilter API: REDISMODULE_CMDFILTER_NOSELF.Yossi Gottlieb2019-03-211-6/+9
| * CommandFilter API: Add unregister option.Yossi Gottlieb2019-03-211-3/+24
| * CommandFilter API: hellofilter and tests.Yossi Gottlieb2019-03-181-4/+28
| * Add command filtering argument handling API.Yossi Gottlieb2019-03-181-7/+39
| * Initial command filter experiment.Yossi Gottlieb2019-03-182-1/+74
* | Renamed event name from "miss" to "keymiss"Dvir Volk2019-03-211-1/+1
* | added special flag for keyspace miss notificationsDvir Volk2019-03-211-1/+1
* | Added keyspace miss notifications supportDvir Volk2019-03-191-7/+22
|/
* 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