Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
89ad0ca5
Commit
89ad0ca5
authored
Sep 05, 2019
by
antirez
Browse files
Fix handleClientsBlockedOnKeys() names in comments.
parent
12c56a8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/blocked.c
View file @
89ad0ca5
...
@@ -592,7 +592,7 @@ void unblockClientWaitingData(client *c) {
...
@@ -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 handleClientsBlockedOn
List
s() */
* The list will be finally processed by handleClientsBlockedOn
Key
s() */
void
signalKeyAsReady
(
redisDb
*
db
,
robj
*
key
)
{
void
signalKeyAsReady
(
redisDb
*
db
,
robj
*
key
)
{
readyList
*
rl
;
readyList
*
rl
;
...
...
src/t_list.c
View file @
89ad0ca5
...
@@ -606,7 +606,7 @@ void rpoplpushCommand(client *c) {
...
@@ -606,7 +606,7 @@ void rpoplpushCommand(client *c) {
* Blocking POP operations
* Blocking POP operations
*----------------------------------------------------------------------------*/
*----------------------------------------------------------------------------*/
/* This is a helper function for handleClientsBlockedOn
List
s(). It's work
/* This is a helper function for handleClientsBlockedOn
Key
s(). 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:
*
*
...
...
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