Jamm\Memory\RedisServer::DUMP PHP Méthode

DUMP() public méthode

The returned value can be synthesized back into a Redis key using the RESTORE command.
public DUMP ( string $key ) : string
$key string
Résultat string
    public function DUMP($key)
    {
        return $this->_send(array('DUMP', $key));
    }