mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
Add doc comment about notification flags
This commit is contained in:
parent
10efdf307b
commit
0a36196ce4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user