Remove several instances of duplicate "the" in comments (#12144)
Remove several instances of duplicate "the" in comments
This commit is contained in:
parent
a129a60181
commit
03d50e0c30
@ -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);
|
||||||
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user