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
03d50e0c
Unverified
Commit
03d50e0c
authored
May 09, 2023
by
cui fliter
Committed by
GitHub
May 08, 2023
Browse files
Remove several instances of duplicate "the" in comments (#12144)
Remove several instances of duplicate "the" in comments
parent
a129a601
Changes
3
Show whitespace changes
Inline
Side-by-side
src/blocked.c
View file @
03d50e0c
...
@@ -650,7 +650,7 @@ static void unblockClientOnKey(client *c, robj *key) {
...
@@ -650,7 +650,7 @@ static void unblockClientOnKey(client *c, robj *key) {
* to run atomically, this is why we must enter the execution unit here before
* to run atomically, this is why we must enter the execution unit here before
* running the command, and exit the execution unit after calling the unblock handler (if exists).
* running the command, and exit the execution unit after calling the unblock handler (if exists).
* Notice that we also must set the current client so it will be available
* Notice that we also must set the current client so it will be available
* when we will try to send the
the
client side caching notification (done on 'afterCommand'). */
* when we will try to send the client side caching notification (done on 'afterCommand'). */
client
*
old_client
=
server
.
current_client
;
client
*
old_client
=
server
.
current_client
;
server
.
current_client
=
c
;
server
.
current_client
=
c
;
enterExecutionUnit
(
1
,
0
);
enterExecutionUnit
(
1
,
0
);
...
...
src/commands/append.json
View file @
03d50e0c
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
],
],
"reply_schema"
:
{
"reply_schema"
:
{
"type"
:
"integer"
,
"type"
:
"integer"
,
"description"
:
"The
the
length of the string after the append operation."
"description"
:
"The length of the string after the append operation."
},
},
"arguments"
:
[
"arguments"
:
[
{
{
...
...
tests/unit/cluster/cli.tcl
View file @
03d50e0c
...
@@ -64,7 +64,7 @@ start_multiple_servers 3 [list overrides $base_conf] {
...
@@ -64,7 +64,7 @@ start_multiple_servers 3 [list overrides $base_conf] {
}
}
test
"Wait for cluster to be stable"
{
test
"Wait for cluster to be stable"
{
# Cluster check just verifies the
the
config state is self-consistent,
# Cluster check just verifies the config state is self-consistent,
# waiting for cluster_state to be okay is an independent check that all the
# waiting for cluster_state to be okay is an independent check that all the
# nodes actually believe each other are healthy, prevent cluster down error.
# nodes actually believe each other are healthy, prevent cluster down error.
wait_for_condition 1000 50
{
wait_for_condition 1000 50
{
...
...
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