summaryrefslogtreecommitdiff
path: root/src/modules/testmodule.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix indentation and comment style in testmoduleDvir Volk2018-02-141-98/+92
* removed hellonotify.cDvir Volk2018-02-141-1/+1
* fixed testDvir Volk2018-02-141-1/+7
* finished implementation of notifications. Tests unfinishedDvir Volk2018-02-141-1/+88
* 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
* Modules: introduce warning suppression macro for unused args.antirez2016-10-071-0/+15
* added RM_CreateStringPrintfDvir Volk2016-09-211-0/+26
* 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