Unverified Commit 9fab2690 authored by Uri Shachar's avatar Uri Shachar Committed by GitHub
Browse files

Fix typo and (hopefully) slightly improve comment readability (#8834)

parent 8636c3e0
...@@ -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 paused tue clients. * if Redis Cluster does a manual failover, pausing the 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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment