Commit 0a36196c authored by Dvir Volk's avatar Dvir Volk
Browse files

Add doc comment about notification flags

parent 10efdf30
...@@ -3716,6 +3716,7 @@ void moduleReleaseGIL(void) { ...@@ -3716,6 +3716,7 @@ void moduleReleaseGIL(void) {
* - REDISMODULE_NOTIFY_ZSET: Sorted Set events * - REDISMODULE_NOTIFY_ZSET: Sorted Set events
* - REDISMODULE_NOTIFY_EXPIRED: Expiration events * - REDISMODULE_NOTIFY_EXPIRED: Expiration events
* - REDISMODULE_NOTIFY_EVICTED: Eviction events * - REDISMODULE_NOTIFY_EVICTED: Eviction events
* - REDISMODULE_NOTIFY_STREAM: Stream events
* - REDISMODULE_NOTIFY_ALL: All events * - REDISMODULE_NOTIFY_ALL: All events
* *
* We do not distinguish between key events and keyspace events, and it is up * We do not distinguish between key events and keyspace events, and it is up
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment