mirror of
https://github.com/predis/predis.git
synced 2026-09-13 11:57:02 +00:00
Add minor comment for clarity.
This commit is contained in:
@@ -289,6 +289,7 @@ class SentinelReplication implements ReplicationInterface
|
||||
);
|
||||
|
||||
$this->sentinels = array();
|
||||
// NOTE: sentinel server does not return itself, so we add it back.
|
||||
$this->sentinels[] = $sentinel->getParameters()->toArray();
|
||||
|
||||
foreach ($payload as $sentinel) {
|
||||
|
||||
Reference in New Issue
Block a user