redis-0.27.4
版本发布时间: 2024-10-10 02:59:20
redis-rs/redis-rs最新发布版本:redis-0.27.4(2024-10-10 02:59:20)
Changes & Bug fixes
- Add lastid option to xclaim (#1360 @urkle)
- Add xadd_options and xtrim_options (#1361 @urkle)
- Sync connection: Handle timed-out responses by ignoring them. (#1290)
- Expose the sink and stream parts of an async pubsub to the user. (#1366)
CI improvements
- Add async iterator tests. (#1364)