Closed sondrelg closed 1 year ago
Looks like there are other things preventing us from using saq on a Redis cluster. Saw a lot of
redis.exceptions.RedisClusterException: transaction is deprecated in cluster mode
and
redis.exceptions.RedisClusterException: EVALSHA - all keys must map to the same key slot
but I suppose the redis dependency might still be possible to unpin :relaxed:
can you make it > 4.5.4 or whatever version jr was fixed so keep the condition but also add this
i'll fix it on my end
Why not make it <5
?
Ah cool, that's what you ended up doing. Sweet :relaxed:
we’ll you can use 4.5.4 either…
Relates to #67
Note: I haven't deeply looked into the original reason for why it was pinned; just saw it had been resolved a while back.