Documentation missing WP_REDIS_USERNAME
#32
-
Seems to be missing from the documentation. I also tried using ACLs arrays in the WP_REDIS_PASSWORD constant as described. This does not seem to work, as described in github documentation. Actions needed to improve the documetation on password protected redis instances:
|
Beta Was this translation helpful? Give feedback.
Answered by
tillkruss
Oct 20, 2023
Replies: 1 comment
-
Feel free to open a Pull Request with the documentation changes: https://github.com/rhubarbgroup/redis-cache/blob/develop/README.md |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tillkruss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WP_REDIS_PASSWORD
is the way to go, because it's supported with all clients.WP_REDIS_USERNAME
is a relic that shouldn't exist and only works when using Predis as the client.Feel free to open a Pull Request with the documentation changes: https://github.com/rhubarbgroup/redis-cache/blob/develop/README.md