public static function Redis($host = '127.0.0.1', $port = 6379, $options = []) { return new CacheStorage(Storage\Redis::getInstance($host, $port), $options); }