summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* use $^ instead of $< for linker in module makefile (#10530)judeng2022-04-051-8/+8
* delete obsolete REDISMODULE_EXPERIMENTAL_API define in module demos (#10527)judeng2022-04-056-6/+0
* Add 'Available since' to module API function docs (#10229)Viktor Söderqvist2022-02-031-174/+0
* Fix src/modules build issue on OS X 11 (#10224)sundb2022-02-012-1/+8
* Use const char pointer in redismodule.h as far as possible (#10064)Wang Yuan2022-01-181-1/+1
* fix memory leak in example module hellocluster (#9813)RuiliF2021-11-201-1/+2
* Replace deprecated REDISMODULE_POSTPONED_ARRAY_LEN in module tests and exampl...Guy Korland2021-10-254-4/+4
* Remove testmodule in src/modules/Makefile. (#9250)Huang Zhw2021-07-191-6/+1
* modules: Add newlen == 0 handling to RM_StringTruncate (#3717) (#3718)Evan2021-06-221-460/+0
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-102-2/+2
* Fix space included in links in modules API doc (#8818)Viktor Söderqvist2021-04-191-2/+2
* Modules API docs: Sections and links (#8442)Viktor Söderqvist2021-04-141-11/+123
* More modules API ref formatting fixes (#8344)Viktor Söderqvist2021-01-201-5/+13
* Modules API reference formatting fixesViktor Söderqvist2021-01-151-6/+9
* Fix some redundancy use of semicolon in do-while macros (#8221)sundb2020-12-211-1/+1
* Fix make warning in hellohook,c and testmodule.c (#8044)sundb2020-11-132-3/+3
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-102-3/+3
* 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