redis-rs v0.17.0 Release Notes

Release Date: 2020-07-29 // over 3 years ago
  • ๐Ÿ›  Fixes and improvements

    • โž• Added Redis Streams commands (#162)
    • โž• Added support for zpopmin and zpopmax (#351)
    • โž• Added TLS support, gated by a feature flag (#305)
    • โž• Added Debug and Clone implementations to redis::Script (#365)
    • โž• Added FromStr for ConnectionInfo (#368)
    • ๐Ÿ‘Œ Support SCAN methods on async connections (#326)
    • โœ‚ Removed unnecessary overhead around Value conversions (#327)
    • ๐Ÿ‘Œ Support for Redis 6 auth (#341)
    • ๐Ÿ›  BUGFIX: Make aio::Connection Sync again (#321)
    • ๐Ÿ›  BUGFIX: Return UnexpectedEof if we try to decode at eof (#322)
    • โž• Added support to create a connection from a (host, port) tuple (#370)