• Resolved Dealer Solutions

    (@dealersolutions)


    I’ve just installed this plugin Version: 1.5.7 using client PhpRedis (v5.2.2) with a AWS ElastiCache Redis engine of 5.0.6, and I receive this error after configuring the pluging as a Redis cluster

    Warning: RedisCluster::info() expects at least 1 parameter, 0 given in /var/www/app/web/app/object-cache.php on line 595

    The code of the line this warning prints is

    $info = $this->redis->info();

    I’ve configured it as a cluster using AWS Redis

    define( ‘WP_REDIS_CLUSTER’,[‘tcp://blahblahblah.blahblahblah.clustercfg.apse2.cache.amazonaws.com:6379’]);
    define( ‘WP_CACHE_KEY_SALT’, ‘development’ );

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘“info() expects at least 1 parameter” Warning after fresh install’ is closed to new replies.