Remove duplicated method.

This commit is contained in:
Alex Renoki 2020-09-04 11:58:01 +03:00
parent b9dfecab68
commit 037500004d
1 changed files with 0 additions and 11 deletions

View File

@ -288,17 +288,6 @@ class RedisClient extends LocalClient
});
}
/**
* Get the amount of unique connections.
*
* @param mixed $appId
* @return null|int
*/
public function getLocalConnectionsCount($appId)
{
return null;
}
/**
* Get the amount of connections aggregated on multiple instances.
*