When using a Redis cluster that hashes keys to select a node, each key involved in an eval must hash to the same node. Specifying a prefix surrounded by {} should be sufficient to ensure all the keys hash to the same place, but the eval scripts in the Redis adapter inappropriately specify more than the 2 actual keys as KEYS.
When using a Redis cluster that hashes keys to select a node, each key involved in an
eval
must hash to the same node. Specifying a prefix surrounded by{}
should be sufficient to ensure all the keys hash to the same place, but the eval scripts in the Redis adapter inappropriately specify more than the 2 actual keys as KEYS.