summaryrefslogtreecommitdiffstats
path: root/tests/redis.config.php
blob: 2ff46ec6728156b7e031c8e99eab9d716b659e2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

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