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
vertx-redis-client/src/main/java/io/vertx/redis/client/impl/RedisConnectionManager.java
Line 160 in 2d306b2
It would be nice to override the connection exception handler when using connection pooling from the ConnectionManager.
The text was updated successfully, but these errors were encountered:
That could be possible. It would require having a new method in the top level Redis interface and propagate it to the connection after it's created.
Redis
Sorry, something went wrong.
No branches or pull requests
vertx-redis-client/src/main/java/io/vertx/redis/client/impl/RedisConnectionManager.java
Line 160 in 2d306b2
It would be nice to override the connection exception handler when using connection pooling from the ConnectionManager.
The text was updated successfully, but these errors were encountered: