mirror of
https://github.com/fluencelabs/redis
synced 2025-03-30 22:31:03 +00:00
Fix typo in unblockClientFromModule() top comment.
This commit is contained in:
parent
a3778f3b0f
commit
5bfdfbe174
@ -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 unblock 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.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user