Skip to content

Commit

Permalink
cluster info support
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Dec 23, 2021
1 parent c61cc5b commit 700775d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Message/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ class Info extends Prototype
public int $client_id;
public string $client_ip;

public ?string $cluster = null;
public ?array $connect_urls = null;

public function __toString()
{
return 'INFO ' . json_encode($this);
Expand Down

0 comments on commit 700775d

Please sign in to comment.