Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
7c4623b0
Commit
7c4623b0
authored
Feb 14, 2018
by
Dvir Volk
Committed by
antirez
Feb 15, 2018
Browse files
Add doc comment about notification flags
parent
f4e7502e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/module.c
View file @
7c4623b0
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment