mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
Fix typo in notifyKeyspaceEvent() comment.
This commit is contained in:
parent
4f2d279dd7
commit
f4dc736cca
@ -117,7 +117,7 @@ void notifyKeyspaceEvent(int type, char *event, robj *key, int dbid) {
|
|||||||
decrRefCount(chanobj);
|
decrRefCount(chanobj);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* __keyevente@<db>__:<event> <key> notifications. */
|
/* __keyevent@<db>__:<event> <key> notifications. */
|
||||||
if (server.notify_keyspace_events & NOTIFY_KEYEVENT) {
|
if (server.notify_keyspace_events & NOTIFY_KEYEVENT) {
|
||||||
chan = sdsnewlen("__keyevent@",11);
|
chan = sdsnewlen("__keyevent@",11);
|
||||||
if (len == -1) len = ll2string(buf,sizeof(buf),dbid);
|
if (len == -1) len = ll2string(buf,sizeof(buf),dbid);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user