Redis 6.2 Compatibility
-
Hi,
Thanks for this great plugin!I’ve found an issue when using it with v6.2 of Redis, after my server updated I found it needs to allow a username field, needed for compatibility with v6.2.5 the current stable Redis release following the new security improvements and ACL feature. Previously it was just an optional AUTH password.
I tried adding
define('WP_REDIS_USERNAME', 'myuser');
above the password constant but I don’t think it gets passed as part of the connection arguments.
Many thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Redis 6.2 Compatibility’ is closed to new replies.