summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDvir Volk <dvirsky@gmail.com>2018-02-14 21:54:00 +0200
committerantirez <antirez@gmail.com>2018-02-15 21:47:38 +0100
commit7c4623b0d35ec66193e867e5f6df84e27a16dd41 (patch)
tree08b8df071a03346f9abf9d49335dadad81f43b04
parentf4e7502e4f3d9fd79a3329926f9d0d5678a7280c (diff)
downloadredis-7c4623b0d35ec66193e867e5f6df84e27a16dd41.tar.gz
Add doc comment about notification flags
-rw-r--r--src/module.c1
1 files changed, 1 insertions, 0 deletions
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