Cml\Cache\Redis::getInstance PHP 메소드

getInstance() 공개 메소드

返回实例便于操作未封装的方法
public getInstance ( string $key = '' ) : Redis
$key string
리턴 Redis
    public function getInstance($key = '')
    {
        return $this->hash($key);
    }