Hsetnx
case class Hsetnx[K, KK, V](key: K, field: KK, value: V)(implicit redisKey: ByteStringSerializer[K], redisFields: ByteStringSerializer[KK], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K] with RedisCommandIntegerBoolean
- Source:
- Hashes.scala
trait Serializable
trait Product
trait Equals
trait RedisCommandInteger[Boolean]
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any