case class Expire[K](key: K, seconds: Long)(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K] with RedisCommandIntegerBoolean with Product with Serializable
- Source
- Keys.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Expire
- Serializable
- Product
- Equals
- RedisCommandIntegerBoolean
- RedisCommandInteger
- RedisCommand
- SimpleClusterKey
- ClusterKey
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Expire(key: K, seconds: Long)(implicit redisKey: ByteStringSerializer[K])
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
- 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[Integer]]
- Definition Classes
- RedisCommandInteger → RedisCommand
- def decodeReply(i: Integer): Boolean
- Definition Classes
- RedisCommandIntegerBoolean → 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
- Expire → RedisCommand
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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
- Expire → RedisCommand
- val key: K
- Definition Classes
- Expire → 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 seconds: Long
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()