case class Set[K, V](key: K, value: V, exSeconds: Option[Long] = None, pxMilliseconds: Option[Long] = None, NX: Boolean = false, XX: Boolean = false)(implicit redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K] with RedisCommandRedisReply[Boolean] with Product with Serializable
- Source
- Strings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Set
- Serializable
- Product
- Equals
- RedisCommandRedisReply
- RedisCommand
- SimpleClusterKey
- ClusterKey
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Set(key: K, value: V, exSeconds: Option[Long] = None, pxMilliseconds: Option[Long] = None, NX: Boolean = false, XX: Boolean = false)(implicit redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val NX: Boolean
- val XX: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val decodeRedisReply: PartialFunction[ByteString, DecodeResult[RedisReply]]
- Definition Classes
- RedisCommandRedisReply → RedisCommand
- def decodeReply(redisReply: RedisReply): Boolean
- Definition Classes
- Set → RedisCommand
- def encode(command: String, args: Seq[ByteString]): ByteString
- Definition Classes
- RedisCommand
- def encode(command: String): ByteString
- Definition Classes
- RedisCommand
- val encodedRequest: ByteString
- Definition Classes
- Set → RedisCommand
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val exSeconds: Option[Long]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getSlot(): Int
- Definition Classes
- SimpleClusterKey → ClusterKey
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMasterOnly: Boolean
- Definition Classes
- Set → RedisCommand
- val key: K
- Definition Classes
- Set → SimpleClusterKey
- val keyAsString: ByteString
- Definition Classes
- SimpleClusterKey
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val pxMilliseconds: Option[Long]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val value: V
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()