Jamm\Memory\IRedisServer::RPopLPush PHP Метод

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

If source does not exist, the value nil is returned and no operation is performed.
public RPopLPush ( string $source, string $destination ) : string
$source string
$destination string
Результат string
    public function RPopLPush($source, $destination);