0.9.0
版本发布时间: 2018-08-08 20:47:20
redis-rs/redis-rs最新发布版本:redis-0.27.4(2024-10-10 02:59:20)
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 (#136)
- Avoid allocating some redundant Vec's during encoding (#140)
- Add an async interface using futures-rs (#141)
- Allow the async connection to have multiple in flight requests (#143)
The async support is currently experimental.