redis
package redis
Members list
Concise view
Type members
Classlikes
trait ActorRequest
Attributes
- Source:
- Request.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class RedisClientActorLikeclass RedisBlockingClientclass RedisClientclass SentinelClienttrait Transactionsclass RedisClientMasterSlaves
trait BufferedRequest
Attributes
- Source:
- Request.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class TransactionBuilder
Attributes
- Companion:
- object
- Source:
- Converter.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- object ByteArray.typeobject ByteString.typeobject RedisDouble.typeobject String.typetrait ByteStringFormatter[T]
- Self type
Attributes
- Companion:
- trait
- Source:
- Converter.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
Attributes
- Source:
- Converter.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Source:
- Converter.scala
- Graph
- Supertypes
- Known subtypes
- object ByteStringDeserializer.type
Attributes
- Companion:
- object
- Source:
- Converter.scala
- Graph
- Supertypes
Attributes
- Companion:
- trait
- Source:
- Converter.scala
- Graph
- Supertypes
- Self type
- ByteStringFormatter.type
Attributes
- Source:
- Converter.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- object ByteStringFormatter.type
Attributes
- Companion:
- object
- Source:
- Converter.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait ByteStringFormatter[T]object ArrayByteConverter.typeobject ByteConverter.typeobject ByteStringConverter.typeobject CharConverter.typeobject DoubleConverter.typeobject FloatConverter.typeobject IntConverter.typeobject LongConverter.typeobject ShortConverter.typeobject String.type
- Self type
Attributes
- Companion:
- trait
- Source:
- Converter.scala
- Graph
- Supertypes
- Self type
- ByteStringSerializer.type
Attributes
- Source:
- Converter.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- object ByteStringSerializer.type
trait ClusterKey
Attributes
- Source:
- RedisCluster.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class MultiClusterKey[K]class Del[K]class ExistsMany[K]class Unlink[K]class SimpleClusterKey[K]class GeoAdd[K]class GeoDist[K]class GeoHash[K]class GeoPos[K]class GeoRadius[K]class GeoRadiusByMember[K]class GeoRadiusByMemberWithOpt[K]class Hkeys[K]class Hlen[K]class Exists[K]class Expire[K]class Expireat[K]class Move[K]class ObjectEncoding[K]class ObjectIdletime[K]class ObjectRefcount[K]class Persist[K]class Pexpire[K]class Pexpireat[K]class Pttl[K]class Ttl[K]class Type[K]class Llen[K]class Ltrim[K]class Scard[K]class Zcard[K]class Zcount[K]class Zremrangebylex[K]class Zremrangebyrank[K]class Zremrangebyscore[K]class Bitcount[K]class BitcountRange[K]class Bitpos[K]class Decr[K]class Decrby[K]class Getbit[K]class Incr[K]class Incrby[K]class Incrbyfloat[K]class Setbit[K]class Strlen[K]
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
Attributes
- Companion:
- object
- Source:
- Converter.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
object MultiBulkConverter
Attributes
- Companion:
- trait
- Source:
- Converter.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- MultiBulkConverter.type
object MultiClusterKey
Attributes
- Companion:
- class
- Source:
- RedisCluster.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- MultiClusterKey.type
Attributes
- Companion:
- object
- Source:
- RedisCluster.scala
- Graph
- Supertypes
- Known subtypes
case class Operation[RedisReplyT <: RedisReply, T](redisCommand: RedisCommand[RedisReplyT, T], promise: Promise[T])
Attributes
- Source:
- Operation.scala
- Graph
- Supertypes
case class RedisBlockingClient(var host: String, var port: Int, username: Option[String], password: Option[String], db: Option[Int], name: String, connectTimeout: Option[FiniteDuration])(implicit _system: ActorSystem, redisDispatcher: RedisDispatcher) extends RedisClientActorLike with BLists
Attributes
- Source:
- Redis.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait BListstrait Requestclass RedisClientActorLiketrait ActorRequestclass Objecttrait Matchableclass Any
case class RedisClient(var host: String, var port: Int, username: Option[String], password: Option[String], db: Option[Int], name: String, connectTimeout: Option[FiniteDuration])(implicit _system: ActorSystem, redisDispatcher: RedisDispatcher) extends RedisClientActorLike with RedisCommands with Transactions
Attributes
- Source:
- Redis.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Transactionstrait RedisCommandstrait Geotrait Clusterstrait HyperLogLogtrait Servertrait Connectiontrait Scriptingtrait Publishtrait SortedSetstrait Setstrait Liststrait Hashestrait Stringstrait Keystrait Requestclass RedisClientActorLiketrait ActorRequestclass Objecttrait Matchableclass Any
abstract class RedisClientActorLike(system: ActorSystem, redisDispatcher: RedisDispatcher, connectTimeout: Option[FiniteDuration]) extends ActorRequest
Attributes
- Source:
- Redis.scala
- Graph
- Supertypes
- Known subtypes
case class RedisClientMasterSlaves(master: RedisServer, slaves: Seq[RedisServer])(implicit _system: ActorSystem, redisDispatcher: RedisDispatcher) extends RedisCommands with Transactions
Attributes
- Source:
- RedisPool.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Transactionstrait ActorRequesttrait RedisCommandstrait Geotrait Clusterstrait HyperLogLogtrait Servertrait Connectiontrait Scriptingtrait Publishtrait SortedSetstrait Setstrait Liststrait Hashestrait Stringstrait Keystrait Requestclass Objecttrait Matchableclass Any
case class RedisClientMutablePool(redisServers: Seq[RedisServer], name: String)(implicit system: ActorSystem, redisDispatcher: RedisDispatcher) extends RedisClientPoolLike with RoundRobinPoolRequest with RedisCommands
Attributes
- Source:
- RedisPool.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait RedisCommandstrait Geotrait Clusterstrait HyperLogLogtrait Servertrait Connectiontrait Scriptingtrait Publishtrait SortedSetstrait Setstrait Liststrait Hashestrait Stringstrait Keystrait Requesttrait RoundRobinPoolRequestclass RedisClientPoolLikeclass Objecttrait Matchableclass Any
case class RedisClientPool(redisServers: Seq[RedisServer], name: String)(implicit _system: ActorSystem, redisDispatcher: RedisDispatcher) extends RedisClientPoolLike with RoundRobinPoolRequest with RedisCommands
Attributes
- Source:
- RedisPool.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait RedisCommandstrait Geotrait Clusterstrait HyperLogLogtrait Servertrait Connectiontrait Scriptingtrait Publishtrait SortedSetstrait Setstrait Liststrait Hashestrait Stringstrait Keystrait Requesttrait RoundRobinPoolRequestclass RedisClientPoolLikeclass Objecttrait Matchableclass Any
Attributes
- Source:
- RedisPool.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
case class RedisCluster(redisServers: Seq[RedisServer], name: String)(implicit _system: ActorSystem, redisDispatcher: RedisDispatcher) extends RedisClientPoolLike with RedisCommands
Attributes
- Source:
- RedisCluster.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait RedisCommandstrait Geotrait Clusterstrait HyperLogLogtrait Servertrait Connectiontrait Scriptingtrait Publishtrait SortedSetstrait Setstrait Liststrait Hashestrait Stringstrait Keystrait Requestclass RedisClientPoolLikeclass Objecttrait Matchableclass Any
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait RedisCommandBulk[T]trait RedisCommandBulkDoubleclass GeoDist[K]trait RedisCommandBulkOptionByteString[R]class Randomkey[R]object ClientGetname.typeclass Incrbyfloat[K]class ObjectEncoding[K]class ScriptLoadobject ClientList.typeclass Infotrait RedisCommandInteger[T]class SenResetMasterclass Exists[K]class Expire[K]class Expireat[K]class Move[K]class Persist[K]class Pexpire[K]class Pexpireat[K]class Getbit[K]class Setbit[K]trait RedisCommandIntegerLongclass GeoAdd[K]class Hlen[K]class Pfcount[K]class Del[K]class ExistsMany[K]class Pttl[K]class Ttl[K]class Unlink[K]class Llen[K]class Publish[A]object Dbsize.typeobject Lastsave.typeclass Scard[K]class Zcard[K]class Zcount[K]class Zremrangebylex[K]class Zremrangebyrank[K]class Zremrangebyscore[K]class Bitcount[K]class BitcountRange[K]class Bitpos[K]class Decr[K]class Decrby[K]class Incr[K]class Incrby[K]class Strlen[K]trait RedisCommandMultiBulk[T]trait RedisCommandMultiBulkCursor[R]class Scan[C]trait RedisCommandMultiBulkSeqByteString[R]class SenGetMasterAddrclass SenMasterInfoclass SenMastersclass SenSlavesclass GeoHash[K]class GeoPos[K]class GeoRadius[K]class GeoRadiusByMember[K]class GeoRadiusByMemberWithOpt[K]class Hkeys[K]class Keysclass ScriptExistsclass ConfigGetobject Time.typeobject Exec.typetrait RedisCommandRedisReply[T]class ObjectIdletime[K]class ObjectRefcount[K]trait RedisCommandRedisReplyRedisReply[R]trait RedisCommandStatus[T]class SenMasterFailoverobject Quit.typeclass Selectclass Swapdbclass Pfmerge[K]class Migrate[K]class Ltrim[K]object ScriptFlush.typeobject ScriptKill.typeclass ClientKillclass ClientSetnameobject ConfigResetstat.typeclass ConfigSetclass Flushallclass Flushdbobject Save.typeclass Shutdownclass Slaveofobject SlaveofNoOne.typeobject Multi.typeclass Watchtrait RedisCommandStatusStringobject Ping.typeclass Type[K]object Bgrewriteaof.typeobject Bgsave.typeclass DebugObject[K]object DebugSegfault.typeclass Auth[V]class ClusterInfoclass ClusterNodesclass ClusterSlots
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- Known subtypes
- trait RedisCommandBulkDoubleclass GeoDist[K]trait RedisCommandBulkOptionByteString[R]class Randomkey[R]object ClientGetname.typeclass Incrbyfloat[K]class ObjectEncoding[K]class ScriptLoadobject ClientList.typeclass Info
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class Incrbyfloat[K]
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- Known subtypes
- class SenResetMasterclass Exists[K]class Expire[K]class Expireat[K]class Move[K]class Persist[K]class Pexpire[K]class Pexpireat[K]class Getbit[K]class Setbit[K]trait RedisCommandIntegerLongclass GeoAdd[K]class Hlen[K]class Pfcount[K]class Del[K]class ExistsMany[K]class Pttl[K]class Ttl[K]class Unlink[K]class Llen[K]class Publish[A]object Dbsize.typeobject Lastsave.typeclass Scard[K]class Zcard[K]class Zcount[K]class Zremrangebylex[K]class Zremrangebyrank[K]class Zremrangebyscore[K]class Bitcount[K]class BitcountRange[K]class Bitpos[K]class Decr[K]class Decrby[K]class Incr[K]class Incrby[K]class Strlen[K]
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- Known subtypes
- class GeoAdd[K]class Hlen[K]class Pfcount[K]class Del[K]class ExistsMany[K]class Pttl[K]class Ttl[K]class Unlink[K]class Llen[K]class Publish[A]object Dbsize.typeobject Lastsave.typeclass Scard[K]class Zcard[K]class Zcount[K]class Zremrangebylex[K]class Zremrangebyrank[K]class Zremrangebyscore[K]class Bitcount[K]class BitcountRange[K]class Bitpos[K]class Decr[K]class Decrby[K]class Incr[K]class Incrby[K]class Strlen[K]
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- Known subtypes
- trait RedisCommandMultiBulkCursor[R]class Scan[C]trait RedisCommandMultiBulkSeqByteString[R]class SenGetMasterAddrclass SenMasterInfoclass SenMastersclass SenSlavesclass GeoHash[K]class GeoPos[K]class GeoRadius[K]class GeoRadiusByMember[K]class GeoRadiusByMemberWithOpt[K]class Hkeys[K]class Keysclass ScriptExistsclass ConfigGetobject Time.typeobject Exec.type
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- Known subtypes
- class SenMasterFailoverobject Quit.typeclass Selectclass Swapdbclass Pfmerge[K]class Migrate[K]class Ltrim[K]object ScriptFlush.typeobject ScriptKill.typeclass ClientKillclass ClientSetnameobject ConfigResetstat.typeclass ConfigSetclass Flushallclass Flushdbobject Save.typeclass Shutdownclass Slaveofobject SlaveofNoOne.typeobject Multi.typeclass Watchtrait RedisCommandStatusStringobject Ping.typeclass Type[K]object Bgrewriteaof.typeobject Bgsave.typeclass DebugObject[K]object DebugSegfault.typeclass Auth[V]
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- Known subtypes
- class SenMasterFailoverobject Quit.typeclass Selectclass Swapdbclass Pfmerge[K]class Migrate[K]class Ltrim[K]object ScriptFlush.typeobject ScriptKill.typeclass ClientKillclass ClientSetnameobject ConfigResetstat.typeclass ConfigSetclass Flushallclass Flushdbobject Save.typeclass Shutdownclass Slaveofobject SlaveofNoOne.typeobject Multi.typeclass Watch
Attributes
- Source:
- RedisCommand.scala
- Graph
- Supertypes
- Known subtypes
- object Ping.typeclass Type[K]object Bgrewriteaof.typeobject Bgsave.typeclass DebugObject[K]object DebugSegfault.type
trait RedisCommands extends Keys with Strings with Hashes with Lists with Sets with SortedSets with Publish with Scripting with Connection with Server with HyperLogLog with Clusters with Geo
Attributes
- Source:
- Redis.scala
- Graph
- Supertypes
- trait Geotrait Clusterstrait HyperLogLogtrait Servertrait Connectiontrait Scriptingtrait Publishtrait SortedSetstrait Setstrait Liststrait Hashestrait Stringstrait Keystrait Requestclass Objecttrait Matchableclass Any
- Known subtypes
- class RedisClientclass RedisClientMasterSlavesclass RedisClientMutablePoolclass RedisClientPoolclass RedisClusterclass TransactionBuilder
object RedisComputeSlot
Attributes
- Source:
- RedisCluster.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- RedisComputeSlot.type
Attributes
- Source:
- RedisPool.scala
- Graph
- Supertypes
Attributes
- Source:
- Redis.scala
- Graph
- Supertypes
Attributes
- Source:
- Redis.scala
- Graph
- Supertypes
Attributes
- Companion:
- object
- Source:
- Converter.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- object RedisReply.typeobject String.type
Attributes
- Companion:
- trait
- Source:
- Converter.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
Attributes
- Source:
- Converter.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- object RedisReplyDeserializer.type
Attributes
- Source:
- Converter.scala
- Graph
- Supertypes
- Known subtypes
- object RedisReplyDeserializer.type
Attributes
- Source:
- RedisPool.scala
- Graph
- Supertypes
trait Request
Attributes
- Source:
- Request.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait BListsclass RedisBlockingClienttrait Clusterstrait RedisCommandsclass RedisClientclass RedisClientMasterSlavesclass RedisClientMutablePoolclass RedisClientPoolclass RedisClusterclass TransactionBuildertrait Connectiontrait Geotrait Hashestrait HyperLogLogtrait Keystrait Liststrait Publishtrait Scriptingtrait Sentineltrait SentinelCommandsclass SentinelClienttrait Servertrait Setstrait SortedSetstrait Strings
trait RoundRobinPoolRequest
Attributes
- Source:
- Request.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class RedisClientMutablePoolclass RedisClientPool
case class SentinelClient(var host: String, var port: Int, onMasterChange: (String, String, Int) => Unit, onNewSentinel: (String, String, Int) => Unit, onSentinelDown: (String, String, Int) => Unit, onNewSlave: (String, String, Int) => Unit, onSlaveDown: (String, String, Int) => Unit, name: String)(implicit _system: ActorSystem, redisDispatcher: RedisDispatcher) extends RedisClientActorLike with SentinelCommands
Attributes
- Source:
- Sentinel.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait SentinelCommandstrait Sentineltrait Requestclass RedisClientActorLiketrait ActorRequestclass Objecttrait Matchableclass Any
Attributes
- Source:
- Sentinel.scala
- Graph
- Supertypes
- Known subtypes
- class SentinelClient
Attributes
- Source:
- Sentinel.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
case class SentinelMonitoredRedisBlockingClient(sentinels: Seq[(String, Int)], master: String, username: Option[String], password: Option[String], db: Option[Int], name: String)(implicit system: ActorSystem, redisDispatcher: RedisDispatcher) extends SentinelMonitoredRedisClientLike with BLists
Attributes
- Source:
- Redis.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait BListstrait Requesttrait ActorRequestclass SentinelMonitoredclass Objecttrait Matchableclass Any
abstract class SentinelMonitoredRedisBlockingClientLike(system: ActorSystem, redisDispatcher: RedisDispatcher) extends SentinelMonitored with ActorRequest
Attributes
- Source:
- Sentinel.scala
- Graph
- Supertypes
case class SentinelMonitoredRedisClient(sentinels: Seq[(String, Int)], master: String, username: Option[String], password: Option[String], db: Option[Int], name: String)(implicit system: ActorSystem, redisDispatcher: RedisDispatcher) extends SentinelMonitoredRedisClientLike with RedisCommands with Transactions
Attributes
- Source:
- Redis.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Transactionstrait RedisCommandstrait Geotrait Clusterstrait HyperLogLogtrait Servertrait Connectiontrait Scriptingtrait Publishtrait SortedSetstrait Setstrait Liststrait Hashestrait Stringstrait Keystrait Requesttrait ActorRequestclass SentinelMonitoredclass Objecttrait Matchableclass Any
abstract class SentinelMonitoredRedisClientLike(system: ActorSystem, redisDispatcher: RedisDispatcher) extends SentinelMonitored with ActorRequest
Attributes
- Source:
- Sentinel.scala
- Graph
- Supertypes
- Known subtypes
case class SentinelMonitoredRedisClientMasterSlaves(sentinels: Seq[(String, Int)], master: String)(implicit _system: ActorSystem, redisDispatcher: RedisDispatcher) extends SentinelMonitored with ActorRequest with RedisCommands with Transactions
Attributes
- Source:
- RedisPool.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Transactionstrait RedisCommandstrait Geotrait Clusterstrait HyperLogLogtrait Servertrait Connectiontrait Scriptingtrait Publishtrait SortedSetstrait Setstrait Liststrait Hashestrait Stringstrait Keystrait Requesttrait ActorRequestclass SentinelMonitoredclass Objecttrait Matchableclass Any
Attributes
- Source:
- RedisCluster.scala
- Graph
- Supertypes
- Known subtypes
- class GeoAdd[K]class GeoDist[K]class GeoHash[K]class GeoPos[K]class GeoRadius[K]class GeoRadiusByMember[K]class GeoRadiusByMemberWithOpt[K]class Hkeys[K]class Hlen[K]class Exists[K]class Expire[K]class Expireat[K]class Move[K]class ObjectEncoding[K]class ObjectIdletime[K]class ObjectRefcount[K]class Persist[K]class Pexpire[K]class Pexpireat[K]class Pttl[K]class Ttl[K]class Type[K]class Llen[K]class Ltrim[K]class Scard[K]class Zcard[K]class Zcount[K]class Zremrangebylex[K]class Zremrangebyrank[K]class Zremrangebyscore[K]class Bitcount[K]class BitcountRange[K]class Bitpos[K]class Decr[K]class Decrby[K]class Getbit[K]class Incr[K]class Incrby[K]class Incrbyfloat[K]class Setbit[K]class Strlen[K]
Attributes
- Source:
- Operation.scala
- Graph
- Supertypes