Releases: dahomey-technologies/rustis
Releases · dahomey-technologies/rustis
0.13.3
0.13.2
- use unbounded_send when sending pub/sub message from network handler
0.13.1
fix reconnection
- commands sent during reconnection, with flag
retry_on_error
set to false (default behavior), are immediately ended in error.
0.13.0
0.12.11
- fix subscribe multiple times to the same channel:
when subscribing to the same channel on the same client, an error will be returned
0.12.10
- fix a bad status pb in the
NetworkHandler
implementation
0.12.9
0.12.8
- fix infinite loop in cluster mode when loosing connection to a node
0.12.7
- Better transaction support in cluster mode:
if all the commands of a transaction are not executed on the same node, the transaction will fail cleanly. The test is done in Rustis, before actually sending the commands to the Redis cluster