vertx / io.vertx.reactivex.redis / RedisClient / delMany

delMany

open fun delMany(keys: MutableList<String>, handler: Handler<AsyncResult<Long>>): RedisClient

Delete many keys

Parameters

keys - List of keys to delete

handler - Handler for the result of this call.

Return