You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle unknown subclasses of RedisClient::Error in clustering
The Redis::Client code already knows how to crawl up through exception
ancestors and match that against the hash; call into that code from
Redis::Cluster::Client as well.
Otherwise, you can get KeyError raised from e.g. pipeline blocks instead
of the real error that happened.
0 commit comments