Snc\RedisBundle\Profiler\Storage\RedisProfilerStorage::delete PHP Method

delete() protected method

Removes the specified keys.
protected delete ( array $keys ) : boolean
$keys array
return boolean
    protected function delete(array $keys)
    {
        return (bool) $this->redis->del($keys);
    }