Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 0375000

Browse files
committed
Remove duplicated method.
1 parent b9dfeca commit 0375000

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/PubSub/Drivers/RedisClient.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -288,17 +288,6 @@ public function channelMemberCounts($appId, array $channelNames): PromiseInterfa
288288
});
289289
}
290290

291-
/**
292-
* Get the amount of unique connections.
293-
*
294-
* @param mixed $appId
295-
* @return null|int
296-
*/
297-
public function getLocalConnectionsCount($appId)
298-
{
299-
return null;
300-
}
301-
302291
/**
303292
* Get the amount of connections aggregated on multiple instances.
304293
*

0 commit comments

Comments
 (0)