open fun delMany(keys: MutableList<String>, handler: Handler<AsyncResult<Long>>): RedisClient
Delete many keys
keys - List of keys to delete
keys
handler - Handler for the result of this call.
handler
Return