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
In a lot of parts of this library, we create a connection everytime we want to communicate with redis. If we store it in the Generic struct, we can reuse it. With an Option<redis::Connection> it is easy to reuse.
The text was updated successfully, but these errors were encountered:
In a lot of parts of this library, we create a connection everytime we want to communicate with redis. If we store it in the Generic struct, we can reuse it. With an
Option<redis::Connection>
it is easy to reuse.The text was updated successfully, but these errors were encountered: