diff --git a/System/Cache/Redis.php b/System/Cache/Redis.php index 5cdab9ca..acb5c749 100644 --- a/System/Cache/Redis.php +++ b/System/Cache/Redis.php @@ -143,8 +143,6 @@ SCRIPT; if (!($client instanceof \Redis)) { throw new Exception('Redis connections more.'); } - $client->select($config['databases']); - $client->_prefix($config['prefix']); return $client; }