-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to add password to RedisClientPool? #282
Comments
RedisClientPool has a constructor parameter called |
@AthanatiusC can you please provide more details? I might be seeing a similar issue where my RedisClientPool is failing with |
…passwords - with some refactoring.
…passwords - with some refactoring.
… container is being set up properly with a password
I added unit tests in a PR that prove that RedisClientPool supports authentication properly. There is an issue with RedisClient in the new-added BATCH mode, but that's unrelated to this. |
Hello, Thank you very much for the kind reply. I have not been looking at email for the past few days. Thank you! |
If anyone were to encounter some difficulties constructing the pool. Here is some code i have been successfully use the pool with
|
Hello, i have a code which uses RedisClientPool, but it does not integrate any kind of authentication yet. But now we need to change it into using authentication. So i wonder can i add password parameter into RedisClientPool? If so, may i get some example?
Thank you!
The text was updated successfully, but these errors were encountered: