摘要:
require __DIR__.'/../autoload.php'; //redis实例 $servers = array( '10.10.10.171:7000', '10.10.10.171:7001', '10.10.10.171:7002', '10.10.10.171:7003', '1 阅读全文
摘要:
'redis' => [ 'options' => [ 'prefix' => 'api_', 'cluster' => 'redis', //使用原生集群 ], 'client' => 'predis', // 单机 'stand_alone' => [ [ 'host' => '127.0.0. 阅读全文