mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 17:21:20 +00:00
Fix handleClientsBlockedOnKeys() names in comments.
This commit is contained in:
@ -606,7 +606,7 @@ void rpoplpushCommand(client *c) {
|
||||
* 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'
|
||||
* in the context of the specified 'db', doing the following:
|
||||
*
|
||||
|
Reference in New Issue
Block a user