open fun pubsubNumsub(channels: MutableList<String>, handler: Handler<AsyncResult<JsonArray>>): RedisClient
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
handler - Handler for the result of this call.
Return