Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-06 | 747 Bytes | |
redis-0.32.0 source code.tar.gz | 2025-06-06 | 342.5 kB | |
redis-0.32.0 source code.zip | 2025-06-06 | 396.4 kB | |
Totals: 3 Items | 739.6 kB | 0 |
Changes & Bug fixes
- Add missing u128/i128 for ToRedisArgs (https://github.com/redis-rs/redis-rs/pull/1637 by @Kriskras99)
- Allow for buffer reuse with Cmd (https://github.com/redis-rs/redis-rs/pull/1636 by @Kriskras99)
- Fix new version lints. (https://github.com/redis-rs/redis-rs/pull/1640 by @nihohit)
- Make iterator return an Option v2 (https://github.com/redis-rs/redis-rs/pull/1641 by @threema-donat)
- Add Client Side Caching for async Cluster Connections (https://github.com/redis-rs/redis-rs/pull/1642 by @altanozlu)
- Add new set of typed commands (https://github.com/redis-rs/redis-rs/pull/1480 by @MurrayGroves)
- Minimize the lifetime of mutex lock guards (https://github.com/redis-rs/redis-rs/pull/1658 by @svix-jplatte)