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
10370b20
Commit
10370b20
authored
Jul 23, 2017
by
antirez
Browse files
Fix typo in unblockClientFromModule() top comment.
parent
b6c55a89
Changes
1
Show whitespace changes
Inline
Side-by-side
src/module.c
View file @
10370b20
...
@@ -3315,7 +3315,7 @@ void unblockClientFromModule(client *c) {
...
@@ -3315,7 +3315,7 @@ void unblockClientFromModule(client *c) {
}
}
/* Block a client in the context of a blocking command, returning an handle
/* Block a client in the context of a blocking command, returning an handle
* which will be used, later, in order to block the client with a call to
* which will be used, later, in order to
un
block the client with a call to
* RedisModule_UnblockClient(). The arguments specify callback functions
* RedisModule_UnblockClient(). The arguments specify callback functions
* and a timeout after which the client is unblocked.
* and a timeout after which the client is unblocked.
*
*
...
...
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