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
Currently, it is necessary to catch the redis exceptions. However, we need to catch them each time we call it.
A better option would be to define a custom redis client that can wrap these exceptions in every call.
The text was updated successfully, but these errors were encountered:
Currently, it is necessary to catch the redis exceptions. However, we need to catch them each time we call it.
A better option would be to define a custom redis client that can wrap these exceptions in every call.
The text was updated successfully, but these errors were encountered: