redis-0.27.3
版本发布时间: 2024-10-06 06:48:20
redis-rs/redis-rs最新发布版本:redis-0.27.4(2024-10-10 02:59:20)
Changes & Bug fixes
- Add support for [TYPE type] in SCAN commands (#1332 @Reiuji-ch)
- Align default timeouts on cluster client. (#1333)
- Updates unmaintained tokio-retry to tokio-retry2 (#1334 @naomijub)
- Align verification of protocol & TLS during cluster creation. (#1289)
- Include the StreamExt use statement in docs (#1345 @joshrotenberg)
- Further limit parser recursion (#1346)