redis-rs v0.10.0 Release Notes

Release Date: 2019-02-19 // about 5 years ago
    • 🛠 Fix handling of passwords with special characters (#163)
    • 👍 Better performance for async code due to less boxing (#167)
      • CAUTION: redis-rs will now require Rust 1.26
    • ➕ Add clear method to the pipeline (#176)
    • 👍 Better benchmarking (#179)
    • Fully formatted source code (#181)