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
f4dc736c
Commit
f4dc736c
authored
Feb 15, 2018
by
antirez
Browse files
Fix typo in notifyKeyspaceEvent() comment.
parent
4f2d279d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/notify.c
View file @
f4dc736c
...
...
@@ -117,7 +117,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