Jamm\Memory\IRedisServer::zCount PHP Method

zCount() public method

The min and max arguments have the same semantic as described for ZRANGEBYSCORE.
public zCount ( string $key, string | integer $min, string | integer $max ) : integer
$key string
$min string | integer
$max string | integer
return integer
    public function zCount($key, $min, $max);