Abhishek Sawant → created an issue.
Is below warning stopping the connection to Redis?
"Warning: Undefined array key 14 in Predis\Connection\StreamConnection->writeRequest() (line 261 of /var/www/html/vendor/predis/predis/src/Connection/StreamConnection.php)
#0 /var/www/html/core/includes/bootstrap.inc(347): _drupal_error_handler_real(2, 'Undefined array...', '/var/www/html/v...', 261)"
After following the instruction from readme, we moved the cache_container table to redis. But now we're seeing below warning while performing the drush cr or any other activity for clearing the cache.
"Warning: Undefined array key 14 in Predis\Connection\StreamConnection->writeRequest() (line 261 of /var/www/html/vendor/predis/predis/src/Connection/StreamConnection.php)
#0 /var/www/html/core/includes/bootstrap.inc(347): _drupal_error_handler_real(2, 'Undefined array...', '/var/www/html/v...', 261)"
IS there anything missing here?
Thanks @Berdir, Yes now we followed the instructions from readme for moving the cache_container table to Redis and that helped now moving the load to Redis server. For now all good. Even we could not understand how cache_container alone could cause high load on PostgreSQL Database. Anyways, thanks for all your help here, really appreciate.
Abhishek Sawant → created an issue.
Is this patch already included in 3.0.0-beta1 version. Please confirm. Also, I don't see option to configure the environment setting, Deploy Setting after applying the patch. Is there anything needs to be done. Can this be tested in local environment. Appreciate help here.