trait
Keys extends Request
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
del(keys: String*): Future[Long]
-
-
-
-
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]
-
-
-
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
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
scan(cursor: Int = 0, count: Option[Int] = None, matchGlob: Option[String] = None): Future[Cursor[Seq[String]]]
-
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