Jamm\Memory\IRedisServer::Move PHP Méthode

Move() public méthode

When key already exists in the destination database, or it does not exist in the source database, it does nothing. It is possible to use MOVE as a locking primitive because of this.
public Move ( string $key, integer $db ) : integer
$key string
$db integer
Résultat integer
    public function Move($key, $db);