vertx / io.vertx.redis / RedisTransaction / hset

hset

abstract fun hset(key: String, field: String, value: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Set the string value of a hash field

Parameters

key - Key string

field - Field name

value - New value

handler - Handler for the result of this call.

Since
Redis 2.0.0 group: hash