Jamm\Memory\IRedisServer::RPopLPush PHP Method

RPopLPush() public method

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
return string
    public function RPopLPush($source, $destination);