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
I'm using StatefulRedisConnection with RedisReactiveCommands. I see in java profiler, each and every command goes through only onelettuce-epollEventLoop thread.
Is it possible to have more threads to handle commands in parallel? I've tried to play with redis.io-thread-pool-size and redis.computation-thread-pool-size, but nothing's changed.
Is it even possible to achieve to have multiple threads to handle such commands in parallel or am I doing something wrong? Any advice would be helpful.
Is it maybe somehow related to #216 ?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Issue description
I'm using StatefulRedisConnection with RedisReactiveCommands. I see in java profiler, each and every command goes through only one
lettuce-epollEventLoop
thread.Is it possible to have more threads to handle commands in parallel? I've tried to play with
redis.io-thread-pool-size
andredis.computation-thread-pool-size
, but nothing's changed.Is it even possible to achieve to have multiple threads to handle such commands in parallel or am I doing something wrong? Any advice would be helpful.
Is it maybe somehow related to #216 ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: