Adding set repl-syncio-timeout in config command#886
Adding set repl-syncio-timeout in config command#886charsyam wants to merge 2 commits intoredis:unstablefrom
Conversation
|
Hello! I'm perplexed about the two additions, especially the one about freeMemoryIfNeeded().
At the same time exposing it in clear words to the user is hard, and there is little the user can do about this parameter. Even if your muster is so busy and ruined by load that it can't reply in 5 seconds most of the times, the slave will retry to connect and eventually it may succeed if the master works at all. Otherwise it is important for our slave to be able to disconnect to accept other commands and possibly to get reconfigured by a Redis Sentinel instance. Thanks anyway! And have a good weekend. Closing. |
redis#886) If we modify aof-use-rdb-preamble in the middle of rewrite, we may get a wrong aof base suffix. This is because the suffix is concatenated by the main process afterwards, and it may be different from the beginning. We cache this value when we start the rewrite. Signed-off-by: Binbin <[email protected]> Signed-off-by: Ping Xie <[email protected]>
…alues (MOD-10840)
…actions/checkout-4.1.0 build(deps): bump actions/checkout from 4.0.0 to 4.1.0
Adding repl-syncio-timeout in config Command.
regardless of any other issue. I think it is better to set timeout values.
and