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
but then, I can no longer do client.stop() since, while both types of clients have the method, it is not part of a common trait. Should be trivial to fix but I'm not familiar enough with the library yet, so I'm sure to break naming conventions.
The text was updated successfully, but these errors were encountered:
I'm attempting to use redis clients as polimorphic. For instance, by creating a client like this:
but then, I can no longer do
client.stop()
since, while both types of clients have the method, it is not part of a common trait. Should be trivial to fix but I'm not familiar enough with the library yet, so I'm sure to break naming conventions.The text was updated successfully, but these errors were encountered: