yii\redis\Cache::deleteValue PHP Method

deleteValue() protected method

protected deleteValue ( $key )
    protected function deleteValue($key)
    {
        return (bool) $this->redis->executeCommand('DEL', [$key]);
    }