Files
redis/src
Oran Agra 8ef4f1dbad Script that made modification will not break with unexpected NOREPLICAS error (#10855)
If a script made a modification and then was interrupted for taking too long.
there's a chance redis will detect that a replica dropped and would like to reject
write commands with NOREPLICAS due to insufficient good replicas.
returning an error on a command in this case breaks the script atomicity.

The same could in theory happen with READONLY, MISCONF, but i don't think
these state changes can happen during script execution.
2022-06-14 21:09:50 +03:00
..
2022-04-17 15:43:22 +03:00
2020-04-24 17:11:21 -07:00
2022-06-06 11:39:23 +03:00
2022-03-09 13:58:23 +02:00
2021-12-19 17:52:23 +02:00
2022-01-06 13:39:38 +02:00
2022-03-09 13:58:23 +02:00
2020-05-05 23:35:08 -04:00
2019-11-19 17:23:47 +08:00
2022-04-17 15:43:22 +03:00
2022-05-29 08:51:33 +03:00
2022-03-09 13:58:23 +02:00
2019-10-02 11:30:20 +02:00
2022-06-12 08:44:44 +03:00
2021-07-10 10:04:54 -05:00