From 0a36196ce47e1ee6db6c2e5461777e72ea504143 Mon Sep 17 00:00:00 2001 From: Dvir Volk Date: Wed, 14 Feb 2018 21:54:00 +0200 Subject: [PATCH] Add doc comment about notification flags --- src/module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/module.c b/src/module.c index c909cfa9b..96e65f0be 100644 --- a/src/module.c +++ b/src/module.c @@ -3716,6 +3716,7 @@ void moduleReleaseGIL(void) { * - REDISMODULE_NOTIFY_ZSET: Sorted Set events * - REDISMODULE_NOTIFY_EXPIRED: Expiration events * - REDISMODULE_NOTIFY_EVICTED: Eviction events + * - REDISMODULE_NOTIFY_STREAM: Stream events * - REDISMODULE_NOTIFY_ALL: All events * * We do not distinguish between key events and keyspace events, and it is up