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

Missing method to create an react command pool in RedisClient #157

Closed
dawnbreaks opened this issue Dec 2, 2015 · 1 comment
Closed

Missing method to create an react command pool in RedisClient #157

dawnbreaks opened this issue Dec 2, 2015 · 1 comment

Comments

@dawnbreaks
Copy link

Hi,
It seems that there are not methods to create react command pool in RedisClient just like pool() and asyncPool for sync/async commands.

Thanks & Best Regards!

@mp911de
Copy link
Collaborator

mp911de commented Dec 2, 2015

The missing pool functionality for the reactive API is by purpose. Lettuce users usually do not require pooling at all since the connections are thread-safe. Adding connection pooling to lettuce was my biggest mistake.

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

2 participants