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
RedisClient is a heavy-weight resource that encapsulates thread pools etc. Users working with multiple hosts (such as wrappers around lettuce) are interested in reusing the RedisClient to not exhaust the JVM resources.
The methods are currently private and should be made public.
Reusing the RedisClusterClient for different connection points plays as well into this issue but should be addressed in a later issue.
The text was updated successfully, but these errors were encountered:
RedisClient
is a heavy-weight resource that encapsulates thread pools etc. Users working with multiple hosts (such as wrappers around lettuce) are interested in reusing theRedisClient
to not exhaust the JVM resources.The methods are currently
private
and should be madepublic
.Reusing the
RedisClusterClient
for different connection points plays as well into this issue but should be addressed in a later issue.The text was updated successfully, but these errors were encountered: