安装

  1. 安装redis服务 yum install redis
  2. 安装php-redis yum install php74-php-phpiredis

    配置

    已下测试可用

  1. 'memcache.local' => '\\OC\\Memcache\\APCu',
  2. 'memcache.locking' => '\\OC\\Memcache\\Redis',
  3. 'redis' =>
  4. array (
  5. 'host' => '127.0.0.1',
  6. 'port' => 6379,
  7. ),