Remove duplicated method.
This commit is contained in:
parent
b9dfecab68
commit
037500004d
|
|
@ -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.
|
* Get the amount of connections aggregated on multiple instances.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue