We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Project is using boundAsyncPool for Redis Pipeline functionality.
There are two AWS Elasticache Redis Slaves, and we are using DirDnsResolver to disable DnsCache as much as possible.
It seems like a traffic that doesn't require the use of a pool, but I'm using a pipeline because there are many concurrent commands.
There is a phenomenon in which the acqure of boundAsyncPool provides connection in the FIFO, so it is crowded to one of the two Slaves.
Can you give me some advice to solve these issues?
The text was updated successfully, but these errors were encountered:
@soafftt , please allow the team some time to get to this question.
Sorry, something went wrong.
No branches or pull requests
Project is using boundAsyncPool for Redis Pipeline functionality.
There are two AWS Elasticache Redis Slaves, and we are using DirDnsResolver to disable DnsCache as much as possible.
It seems like a traffic that doesn't require the use of a pool, but I'm using a pipeline because there are many concurrent commands.
There is a phenomenon in which the acqure of boundAsyncPool provides connection in the FIFO, so it is crowded to one of the two Slaves.
Can you give me some advice to solve these issues?
The text was updated successfully, but these errors were encountered: