$_defaultConfig
$_defaultConfig : array
The default config used unless overridden by runtime configuration
databasedatabase number to use for connection.durationSpecify how long items in this cache configuration last.groupsList of groups or 'tags' associated to every key stored in this config. handy for deleting a complete group from cache.passwordRedis server password.persistentConnect to the Redis server with a persistent connectionportport number to the Redis server.prefixPrefix appended to all entries. Good for when you need to share a keyspace with either another cache config or another application.probabilityProbability of hitting a cache gc cleanup. Setting to 0 will disable cache::gc from ever being called automatically.serverURL or ip to the Redis server host.timeouttimeout in seconds (float).unix_socketPath to the unix socket file (default: false)