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
9fab2690
Unverified
Commit
9fab2690
authored
Apr 21, 2021
by
Uri Shachar
Committed by
GitHub
Apr 21, 2021
Browse files
Fix typo and (hopefully) slightly improve comment readability (#8834)
parent
8636c3e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/module.c
View file @
9fab2690
...
@@ -2175,8 +2175,8 @@ int RM_GetContextFlags(RedisModuleCtx *ctx) {
...
@@ -2175,8 +2175,8 @@ int RM_GetContextFlags(RedisModuleCtx *ctx) {
return
flags
;
return
flags
;
}
}
/* Returns true if
some
client sent the CLIENT PAUSE command to the server or
/* Returns true if
a
client sent the CLIENT PAUSE command to the server or
* if Redis Cluster
is doing
a manual failover,
and
paus
ed
t
u
e clients.
* if Redis Cluster
does
a manual failover, paus
ing
t
h
e clients.
* This is needed when we have a master with replicas, and want to write,
* This is needed when we have a master with replicas, and want to write,
* without adding further data to the replication channel, that the replicas
* without adding further data to the replication channel, that the replicas
* replication offset, match the one of the master. When this happens, it is
* replication offset, match the one of the master. When this happens, it is
...
...
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