vertx / io.vertx.reactivex.redis / RedisClient / rxHsetnx

rxHsetnx

open fun rxHsetnx(key: String, field: String, value: String): Single<Long>

Set the value of a hash field, only if the field does not exist

Parameters

key - Key string

field - Field name

value - New value

Return