Modules: block on keys: fix stale comment.
This commit is contained in:
parent
825adcf3f5
commit
dd5feec5e8
@ -434,8 +434,9 @@ void serveClientsBlockedOnStreamKey(robj *o, readyList *rl) {
|
|||||||
/* Helper function for handleClientsBlockedOnKeys(). This function is called
|
/* Helper function for handleClientsBlockedOnKeys(). This function is called
|
||||||
* in order to check if we can serve clients blocked by modules using
|
* in order to check if we can serve clients blocked by modules using
|
||||||
* RM_BlockClientOnKeys(), when the corresponding key was signaled as ready:
|
* RM_BlockClientOnKeys(), when the corresponding key was signaled as ready:
|
||||||
* our goal here is to call the is_key_ready() callback to see if the key
|
* our goal here is to call the RedisModuleBlockedClient reply() callback to
|
||||||
* is really able to serve the client, and in that case, unblock it. */
|
* see if the key is really able to serve the client, and in that case,
|
||||||
|
* unblock it. */
|
||||||
void serveClientsBlockedOnKeyByModule(readyList *rl) {
|
void serveClientsBlockedOnKeyByModule(readyList *rl) {
|
||||||
dictEntry *de;
|
dictEntry *de;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user