Jamm\Memory\RedisServer::Persist PHP Метод

Persist() публичный Метод

public Persist ( $key )
    public function Persist($key)
    {
        return $this->_send(array('Persist', $key));
    }