We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e798c0 commit a811369Copy full SHA for a811369
wordpress_install.sh
@@ -306,7 +306,7 @@ wp_cli_cmd core config --dbname=$WPDBNAME --dbuser=$WPDBUSER --dbpass="$WPDBPASS
306
/** REDIS PASSWORD */
307
define( 'WP_REDIS_PASSWORD', '$REDIS_PASS' );
308
/** REDIS CLIENT */
309
-define( 'WP_REDIS_CLIENT', 'pecl' );
+define( 'WP_REDIS_CLIENT', 'phpredis' );
310
/** REDIS SOCKET */
311
define( 'WP_REDIS_SCHEME', 'unix' );
312
/** REDIS PATH TO SOCKET */
0 commit comments