summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorDvir Volk <dvirsky@dvirsky-macbookpro.roam.corp.google.com>2019-03-21 20:33:11 +0200
committerDvir Volk <dvirsky@dvirsky-macbookpro.roam.corp.google.com>2019-03-21 20:33:11 +0200
commit040e52c77f870be19792b28c73690dbe8b655b9d (patch)
treea44b52daf4749805e3278fb4eb34f1749987e4e4 /src/modules
parentbc269c85e1d7ff15a377aff5197a1a670c65aab9 (diff)
downloadredis-040e52c77f870be19792b28c73690dbe8b655b9d.tar.gz
Renamed event name from "miss" to "keymiss"
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/testmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/testmodule.c b/src/modules/testmodule.c
index af78d21d7..5381380e5 100644
--- a/src/modules/testmodule.c
+++ b/src/modules/testmodule.c
@@ -188,7 +188,7 @@ int TestNotifications(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) {
RedisModule_Call(ctx, "LPUSH", "cc", "l", "y");
RedisModule_Call(ctx, "LPUSH", "cc", "l", "y");
- /* Miss some keys intentionally so we will get a "miss" notification. */
+ /* Miss some keys intentionally so we will get a "keymiss" notification. */
RedisModule_Call(ctx, "GET", "c", "nosuchkey");
RedisModule_Call(ctx, "SMEMBERS", "c", "nosuchkey");