123456789101112 |
- <?php
- $CONFIG = [
- 'memcache.local' => '\\OC\\Memcache\\Redis',
- 'memcache.distributed' => '\\OC\\Memcache\\Redis',
- 'memcache.locking' => '\\OC\\Memcache\\Redis',
- 'redis' => [
- 'host' => 'localhost',
- 'port' => 6379,
- 'timeout' => 0,
- ],
- ];
|