Closed
Description
I am aware that a transaction mechanism is available and that it works with both clustered and non-clustered Redis instances. However, as far as I understand it, the transaction mechanism can't be used to synchronize over Redis instances, as it would need to have a DLM (Distributed Lock Manager) for doing this. 'Redlock' is a specification for such a DLM.
According to the Distributed locks with Redis page, a C++ implementation of 'Redlock' exists here. However, it seems to lack cluster support, as it uses hiredis, as back-end.
A 'Redlock' implementation will be very handy within, as well as a nice supplement to this library.
Are there any plans for implementing this?
Metadata
Metadata
Assignees
Labels
No labels