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
lettuce is thread-safe, you can reuse stateful connections across multiple threads. The only exception is if you use blocking commands such as BLPOP. When using blocking commands, you should use multiple connection to not block other threads.
Hi.
I want to use
RedisClusterClient
with multi thread client withStatefulRedisClusterConnection
.but I cannot found how I should use connection.
in thins issue(https://github.com/mp911de/lettuce/issues/157), mp911de said we no need to use connection pool.
if so, which we should use for multi thread client access?
Thanks!
The text was updated successfully, but these errors were encountered: