Fix typo and (hopefully) slightly improve comment readability (#8834)
This commit is contained in:
parent
8636c3e003
commit
9fab26904f
@ -2175,8 +2175,8 @@ int RM_GetContextFlags(RedisModuleCtx *ctx) {
|
||||
return flags;
|
||||
}
|
||||
|
||||
/* Returns true if some client sent the CLIENT PAUSE command to the server or
|
||||
* if Redis Cluster is doing a manual failover, and paused tue clients.
|
||||
/* Returns true if a client sent the CLIENT PAUSE command to the server or
|
||||
* if Redis Cluster does a manual failover, pausing the clients.
|
||||
* 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
|
||||
* replication offset, match the one of the master. When this happens, it is
|
||||
|
Loading…
x
Reference in New Issue
Block a user