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