Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple threads to handle parallel Redis reactive commands #473

Open
rjaros87 opened this issue Jan 10, 2024 · 0 comments
Open

Multiple threads to handle parallel Redis reactive commands #473

rjaros87 opened this issue Jan 10, 2024 · 0 comments

Comments

@rjaros87
Copy link

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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant