Bump redis from 0.26.1 to 0.27.0
Bumps redis from 0.26.1 to 0.27.0.
Release notes
Sourced from redis's releases.
redis-0.27.0
Features
- Add r2d2 support for SentinelClient (#1297
@smf8
)- Xinfo groups lag and entries-read support (#837
@massimiliano-mantione
)- Improve cluster documentation. #1263
- Allow splitting async PubSub to Sink & Stream. #1144
- Default for ConnectionManagerConfig (#1308
@feelingsonice
)- Abort backing task to multiplexed connection on drop (#1264)
Changes & Bug fixes
New Contributors
@massimiliano-mantione
made their first contribution in redis-rs/redis-rs#837@feelingsonice
made their first contribution in redis-rs/redis-rs#1308Full Changelog: https://github.com/redis-rs/redis-rs/compare/redis-0.26.1...redis-0.27.0
Commits
-
b3ce45e
Draft release 0.27.0 -
78d53f7
MakeSharedHandleContainer
a proper struct. -
2c99b19
Abort backing task to async pubsub stream on drop. -
23db5cf
Abort backing task to async cluster connection on drop. -
174e589
Abort backing task to multiplexed connection on drop. -
df8c7bf
Runtime: Add an abstraction over task handles. -
4c3e1d1
style: Fix lint issue when not using r2d2 feature -
6e52a53
test: Add sentinel r2d2 test case with LockedSentinelClient -
174d218
style: Fix small style issue in r2d2.rs -
07cb4dc
feat: Add r2d2 support for SentinelClient - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts