riot-api icon indicating copy to clipboard operation
riot-api copied to clipboard

MemCache failed to set key

Open FlorianMifsud opened this issue 4 years ago • 0 comments

Describe the bug PHP Warning: Memcached::setMulti(): failed to set key LeagueAPI.cache%3AbBiaX%3ALeagueAPI.api-calls.cache in /var/www/html/L2P/php/vendor/symfony/cache/Adapter/MemcachedAdapter.php on line 252

To Reproduce MemCache config $memcachedClient = MemcachedAdapter::createConnection([ "memcached://10.10.10.53"], [ 'compression' => true, ] );

Expected behavior

Screenshots

Server (please complete the following information):

  • PHP version: 7.4.3
  • Last version MemCached

Additional context Last vesion php-memcache & github repo

FlorianMifsud avatar Apr 18 '20 12:04 FlorianMifsud