mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Fix handleClientsBlockedOnKeys() names in comments.
This commit is contained in:
parent
12c56a8e75
commit
89ad0ca566
@ -592,7 +592,7 @@ void unblockClientWaitingData(client *c) {
|
|||||||
* the same key again and again in the list in case of multiple pushes
|
* the same key again and again in the list in case of multiple pushes
|
||||||
* made by a script or in the context of MULTI/EXEC.
|
* made by a script or in the context of MULTI/EXEC.
|
||||||
*
|
*
|
||||||
* The list will be finally processed by handleClientsBlockedOnLists() */
|
* The list will be finally processed by handleClientsBlockedOnKeys() */
|
||||||
void signalKeyAsReady(redisDb *db, robj *key) {
|
void signalKeyAsReady(redisDb *db, robj *key) {
|
||||||
readyList *rl;
|
readyList *rl;
|
||||||
|
|
||||||
|
@ -606,7 +606,7 @@ void rpoplpushCommand(client *c) {
|
|||||||
* Blocking POP operations
|
* Blocking POP operations
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/* This is a helper function for handleClientsBlockedOnLists(). It's work
|
/* This is a helper function for handleClientsBlockedOnKeys(). It's work
|
||||||
* is to serve a specific client (receiver) that is blocked on 'key'
|
* is to serve a specific client (receiver) that is blocked on 'key'
|
||||||
* in the context of the specified 'db', doing the following:
|
* in the context of the specified 'db', doing the following:
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user