You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
This project seems to be abandoned, so this will likely just be a warning to potential users.
When running transactions (multi/exec), this client accepts 'MOVED' as an error the first time it tries to perform an operation on a key that is located on a different node (even when using hash tags), which will cause the entire transaction to be discarded.
Subsequent attempts against the key are successful (the client likely caches the location of the hash slot in question), but without fail the first transaction will always fail.
Not great when using redis as a state machine with dynamic keys for every transaction.
The text was updated successfully, but these errors were encountered:
This project seems to be abandoned, so this will likely just be a warning to potential users.
When running transactions (multi/exec), this client accepts 'MOVED' as an error the first time it tries to perform an operation on a key that is located on a different node (even when using hash tags), which will cause the entire transaction to be discarded.
Subsequent attempts against the key are successful (the client likely caches the location of the hash slot in question), but without fail the first transaction will always fail.
Not great when using redis as a state machine with dynamic keys for every transaction.
The text was updated successfully, but these errors were encountered: