trait
Keys extends Request
Abstract Value Members
-
implicit abstract
val
executionContext: ExecutionContext
-
abstract
def
send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
del(keys: String*): Future[Long]
-
def
dump[R](key: String)(implicit arg0: ByteStringDeserializer[R]): Future[Option[R]]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
exists(key: String): Future[Boolean]
-
def
expire(key: String, seconds: Long): Future[Boolean]
-
def
expireat(key: String, seconds: Long): Future[Boolean]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
keys(pattern: String): Future[Seq[String]]
-
def
migrate(host: String, port: Int, key: String, destinationDB: Int, timeout: FiniteDuration): Future[Boolean]
-
def
move(key: String, db: Int): Future[Boolean]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
objectEncoding(key: String): Future[Option[String]]
-
def
objectIdletime(key: String): Future[Option[Long]]
-
def
objectRefcount(key: String): Future[Option[Long]]
-
def
persist(key: String): Future[Boolean]
-
def
pexpire(key: String, milliseconds: Long): Future[Boolean]
-
def
pexpireat(key: String, millisecondsTimestamp: Long): Future[Boolean]
-
def
pttl(key: String): Future[Long]
-
def
randomkey[R]()(implicit arg0: ByteStringDeserializer[R]): Future[Option[R]]
-
def
rename(key: String, newkey: String): Future[Boolean]
-
def
renamenx(key: String, newkey: String): Future[Boolean]
-
def
restore[V](key: String, ttl: Long = 0, serializedValue: V)(implicit arg0: ByteStringSerializer[V]): Future[Boolean]
-
def
sort[R](key: String, byPattern: Option[String] = None, limit: Option[LimitOffsetCount] = None, getPatterns: Seq[String] = Seq(), order: Option[Order] = None, alpha: Boolean = false)(implicit arg0: ByteStringDeserializer[R]): Future[Seq[R]]
-
def
sortStore(key: String, byPattern: Option[String] = None, limit: Option[LimitOffsetCount] = None, getPatterns: Seq[String] = Seq(), order: Option[Order] = None, alpha: Boolean = false, store: String): Future[Long]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
ttl(key: String): Future[Long]
-
def
type(key: String): Future[String]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any