Fix typo in notifyKeyspaceEvent() comment.

This commit is contained in:
antirez 2018-02-15 21:33:06 +01:00
parent 5bc327a659
commit 85a9a91e56

View File

@ -117,7 +117,7 @@ void notifyKeyspaceEvent(int type, char *event, robj *key, int dbid) {
decrRefCount(chanobj);
}
/* __keyevente@<db>__:<event> <key> notifications. */
/* __keyevent@<db>__:<event> <key> notifications. */
if (server.notify_keyspace_events & NOTIFY_KEYEVENT) {
chan = sdsnewlen("__keyevent@",11);
if (len == -1) len = ll2string(buf,sizeof(buf),dbid);