jaemk / cached

Rust cache structures and easy function memoization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add feature for usage of `redis::aio::ConnectionManager` to help to recover from redis server restarts

a-nickol opened this issue · comments

redis library offers a feature connection-manager to help to recover from a closed MultiplexedConnection.

A connection manager can be used instead of mulitplexed connection to recover from various error scenarios like network issues, or server restarts.

It would be super to integrate this into the cached library as a feature, too.

@jaemk @a-nickol so it means we can close this?