#30 implementation consideration of command arity#31
#30 implementation consideration of command arity#31LukasMusebrink wants to merge 2 commits intogosquared:masterfrom
Conversation
commands generated with redis 4.0.11
|
Hi @LukasMusebrink sorry for the delay getting round to reviewing this - this looks good, but I'm a little concerned that this seems to change more commands than it should. For example the It looks like this was a change a few years ago in Redis, for commands that don't even touch the keyspace: antirez/redis@5500c51 - I'm wondering the best solution for this, whether we should keep a separate list of actually-readonly commands or whether there's a better way of computing what we want the readOnly value. I'll need to look into this a bit more but it looks like maybe something like checking whether the key indices are all 0, and there isn't the |
|
Actually on second thought, I'm not sure what the best tactic should be here - the first argument to I think if the Meanwhile though, I'll take a look at what's going on with the change to |
|
@jbt Please create a PR for the |
commands generated with redis 4.0.11