redis-rs v0.9.0 Release Notes

Release Date: 2018-08-08 // over 5 years ago
  • ๐Ÿš€ 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.