vertx / io.vertx.redis / RedisTransaction / delMany

delMany

abstract fun delMany(keys: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

Delete many keys

Parameters

keys - List of keys to delete

handler - Handler for the result of this call.

Since
Redis 1.0.0 group: generic