如何才能让LECMS支持 缓存redis

haidishayu 9月前 385

如何才能让LECMS支持 缓存redis

最新回复 (3)
  • lecms 9月前
    引用 2
    	'cache' => array(
    		'enable'=>1,
    		'l2_cache'=>1,
    		'type'=>'redis',
    		'pre' => 'le_',
    		'redis'=>array (
    			'multi'=>1,
    			'host'=>'127.0.0.1',
    			'port'=>'11211',
    		)
    	),
  • haidishayu 9月前
    引用 3
    lecms 'cache' => array( 'enable'=>1, 'l2_cache'=>1, 'type'=>'redis', ...

    开启后报错

  • haidishayu 9月前
    引用 4
    lecms 'cache' => array( 'enable'=>1, 'l2_cache'=>1, 'type'=>'redis', ...

返回
发新帖