vertx / io.vertx.redis / RedisTransaction / mset

mset

abstract fun mset(keyvals: JsonObject, handler: Handler<AsyncResult<String>>): RedisTransaction

Set multiple keys to multiple values

Parameters

keyvals - Key value pairs to set

handler - Handler for the result of this call.

Since
Redis 1.0.1 group: string