antirez 146201c694 Cache master without checking of deferred close flags.
The context is issue #7205: since the introduction of threaded I/O we close
clients asynchronously by default from readQueryFromClient(). So we
should no longer prevent the caching of the master client, to later
PSYNC incrementally, if such flags are set. However we also don't want
the master client to be cached with such flags (would be closed
immediately after being restored). And yet we want a way to understand
if a master was closed because of a protocol error, and in that case
prevent the caching.
2020-05-15 10:19:13 +02:00
..
2020-05-12 13:07:44 +02:00
2020-05-12 13:07:44 +02:00
2020-05-02 21:19:47 +08:00
2020-05-02 21:19:47 +08:00
2019-11-20 20:39:04 -05:00
2019-07-17 16:40:24 +03:00
2020-05-02 21:19:47 +08:00
2020-05-05 10:20:48 +02:00
2020-04-24 17:00:03 -07:00
2020-04-24 17:11:21 -07:00
2020-04-24 17:11:21 -07:00
2020-05-05 10:27:27 +02:00
2019-02-24 21:38:15 +01:00
2020-04-30 13:43:05 +02:00
2020-03-12 20:44:32 +08:00
2019-10-24 14:24:55 +03:00
2020-05-05 23:35:08 -04:00
2020-05-02 21:19:47 +08:00
2019-11-19 17:23:47 +08:00
2020-04-02 23:43:47 +08:00
2020-05-14 11:17:47 +02:00
2020-04-09 12:10:10 +02:00
2020-05-01 20:57:51 -07:00
2019-10-02 11:30:20 +02:00
2020-04-06 19:27:06 +08:00
2020-04-16 16:08:37 +02:00
2020-02-22 11:38:51 -05:00
2018-11-11 18:49:55 +00:00
2020-04-24 16:54:32 +02:00
2020-05-04 01:57:38 +08:00