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
Version 0.9.0
Some time has passed since the last release.
This new release will bring less bugs, more commands, experimental async support and better performance.
Highlights:
* Implement flexible PubSub API (redis-rs#136)
* Avoid allocating some redundant Vec's during encoding (redis-rs#140)
* Add an async interface using futures-rs (redis-rs#141)
* Allow the async connection to have multiple in flight requests (redis-rs#143)
The async support is currently experimental.
v0.5.3
* fix: Use explicit versions for dependencies
* fix: Send `AUTH` command before other commands
* fix: Shutdown connection upon protocol error
* feat: Add `keys` method
* feat: Possibility to set read and write timeouts for the connection