redict/tests/cluster
chendianqiang e42d98ed27
Correctly handle scripts with shebang (not read-only) on a cluster replica (#11223)
EVAL scripts are by default not considered `write` commands, so they were allowed on a replica.
But when adding a shebang, they become `write` command (unless the `no-writes` flag is added).
With this change we'll handle them as write commands, and reply with MOVED instead of
READONLY when executed on a redis cluster replica.

Co-authored-by: chendianqiang <chendianqiang@meituan.com>
2022-09-05 16:59:14 +03:00
..
tests Correctly handle scripts with shebang (not read-only) on a cluster replica (#11223) 2022-09-05 16:59:14 +03:00
tmp Cluster test: add tmp dir to Git repo. 2014-05-26 18:08:12 +02:00
cluster.tcl Add new cluster shards command (#10293) 2022-03-15 18:24:40 -07:00
run.tcl Fix recent daily CI test failures (#9966) 2021-12-20 12:31:13 +02:00