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
Some scenarios and users need to alter behavior of the redis client (see #31). This is currently not possible. It's required therefore to be able to extend the client and inject custom behavior.
This can be implemented by subclassing RedisClient and providing own implementations of the Redis...ConnectionImpl classes.
The text was updated successfully, but these errors were encountered:
Some scenarios and users need to alter behavior of the redis client (see #31). This is currently not possible. It's required therefore to be able to extend the client and inject custom behavior.
This can be implemented by subclassing RedisClient and providing own implementations of the Redis...ConnectionImpl classes.
The text was updated successfully, but these errors were encountered: