open fun psubscribe(pattern: String, handler: Handler<AsyncResult<JsonArray>>): RedisClient
Listen for messages published to channels matching the given pattern
pattern - Pattern string
pattern
handler - Handler for the result of this call.
handler
Return