Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
280c3e39
Commit
280c3e39
authored
Feb 15, 2018
by
antirez
Browse files
Fix typo in notifyKeyspaceEvent() comment.
parent
7c4623b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/notify.c
View file @
280c3e39
...
...
@@ -121,7 +121,7 @@ void notifyKeyspaceEvent(int type, char *event, robj *key, int dbid) {
decrRefCount
(
chanobj
);
}
/* __keyevent
e
@<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
);
...
...
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