public static func zcount(of key: RedisKey, withMaximumScoreOf maxScore: RedisZScoreBound) -> RedisCommand<Int> {
        return .zcount(of: key, withScoresBetween: (.inclusive(-.infinity), maxScore))
    }