xtlqt
@xtlqt on WordPress.org
- Member Since: December 25th, 2019
-
Posted a reply to If the password is set, the plug-in cannot connect, on the site WordPress.org Forums:
Thanks for your help, I will try not to use remote access redis -
Posted a reply to If the password is set, the plug-in cannot connect, on the site WordPress.org Forums:
In wp-config.php, set as follows define( 'WP_REDIS_HOST', '127.0.0.1' ); define( 'WP_REDIS_PORT', '6379' ); define( 'WP_REDIS_DATABASE',… -
Posted a reply to If the password is set, the plug-in cannot connect, on the site WordPress.org Forums:
Thanks for your reply. I did, but the problem is still there. -
Posted a reply to If the password is set, the plug-in cannot connect, on the site WordPress.org Forums:
php_error_log : [27-Dec-2019 02:10:06 UTC] RedisException: NOAUTH Authentication required. in /opt/lampp/htdocs/wp-content/object-cache.php:572 -
Posted a reply to If the password is set, the plug-in cannot connect, on the site WordPress.org Forums:
When the requirepass key is not set in the redis.conf file, the plug-in is connected.… -
Created a topic, If the password is set, the plug-in cannot connect, on the site WordPress.org Forums:
After the plug-in is upgraded from 1.4.3 to 1.5.5, it …