mirror of
https://github.com/redis/redis.git
synced 2026-02-03 20:39:54 -05:00
typo-fixes
typo-fixes
This commit is contained in:
parent
fd0ee469ab
commit
5f46c9d823
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ void expireSlaveKeys(void) {
|
|||
else
|
||||
dictDelete(slaveKeysWithExpire,keyname);
|
||||
|
||||
/* Stop conditions: found 3 keys we cna't expire in a row or
|
||||
/* Stop conditions: found 3 keys we can't expire in a row or
|
||||
* time limit was reached. */
|
||||
cycles++;
|
||||
if (noexpire > 3) break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue