ManaPHP\Store\Adapter\Redis::delete PHP Method

delete() public method

Delete content
public delete ( string $id )
$id string
    public function delete($id)
    {
        $this->redis->hDel($this->_key, $id);
    }