modify error word keyevente

Signed-off-by: binyan <binbin.yan@nokia.com>
This commit is contained in:
binyan 2015-12-02 17:41:39 +08:00
parent fceaa46dda
commit 2763470dee
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,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);