redis-0.32.0
Changes & Bug fixes
- Add missing u128/i128 for ToRedisArgs (#1637 by @Kriskras99)
- Allow for buffer reuse with Cmd (#1636 by @Kriskras99)
- Fix new version lints. (#1640 by @nihohit)
- Make iterator return an Option v2 (#1641 by @threema-donat)
- Add Client Side Caching for async Cluster Connections (#1642 by @altanozlu)
- Add new set of typed commands (#1480 by @MurrayGroves)
- Minimize the lifetime of mutex lock guards (#1658 by @svix-jplatte)