redis

package redis

Members list

Concise view

Type members

Classlikes

Attributes

Source:
Request.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source:
Request.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
object
Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ByteArray.type
object ByteString.type
object RedisDouble.type
object String.type
Self type

Attributes

Companion:
trait
Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
object
Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
object
Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ArrayByteConverter.type
object ByteConverter.type
object CharConverter.type
object DoubleConverter.type
object FloatConverter.type
object IntConverter.type
object LongConverter.type
object ShortConverter.type
object String.type
Self type

Attributes

Companion:
trait
Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source:
RedisCluster.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Del[K]
class ExistsMany[K]
class Unlink[K]
class Mget[K, R]
class GeoAdd[K]
class GeoDist[K]
class GeoHash[K]
class GeoPos[K]
class GeoRadius[K]
class HScan[K, C, R]
class Hdel[K, KK]
class Hexists[K, KK]
class Hget[K, KK, R]
class Hgetall[K, R]
class Hincrby[K, KK]
class Hincrbyfloat[K, KK]
class Hkeys[K]
class Hlen[K]
class Hmget[K, KK, R]
class Hmset[K, KK, V]
class Hset[K, KK, V]
class Hsetnx[K, KK, V]
class Hvals[K, R]
class Dump[K, R]
class Exists[K]
class Expire[K]
class Expireat[K]
class Move[K]
class Persist[K]
class Pexpire[K]
class Pexpireat[K]
class Pttl[K]
class Rename[K, NK]
class Renamex[K, NK]
class Restore[K, V]
class Ttl[K]
class Type[K]
class Lindex[K, R]
class Linsert[K, KP, V]
class Llen[K]
class Lpop[K, R]
class Lpush[K, V]
class Lpushx[K, V]
class Lrange[K, R]
class Lrem[K, V]
class Lset[K, V]
class Ltrim[K]
class Rpop[K, R]
class Rpush[K, V]
class Rpushx[K, V]
class Sadd[K, V]
class Scard[K]
class Sismember[K, V]
class Smembers[K, R]
class Spop[K, R]
class Srandmember[K, R]
class Srandmembers[K, R]
class Srem[K, V]
class Sscan[K, C, R]
class Zadd[K, V]
class Zcard[K]
class Zcount[K]
class Zincrby[K, V]
class Zpopmax[K, R]
class Zpopmin[K, R]
class Zrange[K, R]
class ZrangeWithscores[K, R]
class Zrangebylex[K, R]
class Zrangebyscore[K, R]
class Zrank[K, V]
class Zrem[K, V]
class Zrevrange[K, R]
class Zrevrangebylex[K, R]
class Zrevrangebyscore[K, R]
class Zrevrank[K, V]
class Zscan[K, C, R]
class Zscore[K, V]
class Append[K, V]
class Bitcount[K]
class BitcountRange[K]
class Bitpos[K]
class Decr[K]
class Decrby[K]
class Get[K, R]
class Getbit[K]
class Getrange[K, R]
class Getset[K, V, R]
class Incr[K]
class Incrby[K]
class Incrbyfloat[K]
class Psetex[K, V]
class Set[K, V]
class Setbit[K]
class Setex[K, V]
class Setnx[K, V]
class Setrange[K, V]
class Strlen[K]
class Mset[K, V]
case class Cursor[T](index: Int, data: T)

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
object
Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
class
Source:
RedisCluster.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
abstract class MultiClusterKey[K](implicit redisKey: ByteStringSerializer[K]) extends ClusterKey

Attributes

Companion:
object
Source:
RedisCluster.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Del[K]
class ExistsMany[K]
class Unlink[K]
class Mget[K, R]
case class Operation[RedisReplyT <: RedisReply, T](redisCommand: RedisCommand[RedisReplyT, T], promise: Promise[T])

Attributes

Source:
Operation.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
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 Serializable
trait Product
trait Equals
trait BLists
trait Request
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
trait Geo
trait Clusters
trait Server
trait Scripting
trait Publish
trait Sets
trait Lists
trait Hashes
trait Strings
trait Keys
trait Request
class Object
trait Matchable
class Any
abstract class RedisClientActorLike(system: ActorSystem, redisDispatcher: RedisDispatcher, connectTimeout: Option[FiniteDuration]) extends ActorRequest

Attributes

Source:
Redis.scala
Graph
Supertypes
class Object
trait Matchable
class Any
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 Serializable
trait Product
trait Equals
trait Geo
trait Clusters
trait Server
trait Scripting
trait Publish
trait Sets
trait Lists
trait Hashes
trait Strings
trait Keys
trait Request
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
trait Geo
trait Clusters
trait Server
trait Scripting
trait Publish
trait Sets
trait Lists
trait Hashes
trait Strings
trait Keys
trait Request
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
trait Geo
trait Clusters
trait Server
trait Scripting
trait Publish
trait Sets
trait Lists
trait Hashes
trait Strings
trait Keys
trait Request
class Object
trait Matchable
class Any
abstract class RedisClientPoolLike(system: ActorSystem, redisDispatcher: RedisDispatcher)

Attributes

Source:
RedisPool.scala
Graph
Supertypes
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
trait Geo
trait Clusters
trait Server
trait Scripting
trait Publish
trait Sets
trait Lists
trait Hashes
trait Strings
trait Keys
trait Request
class Object
trait Matchable
class Any
trait RedisCommand[RedisReplyT <: RedisReply, +T]

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class GeoDist[K]
class Hincrbyfloat[K, KK]
class Zincrby[K, V]
class Echo[V, R]
class Hget[K, KK, R]
class Dump[K, R]
class Randomkey[R]
class Lindex[K, R]
class Lpop[K, R]
class Rpop[K, R]
class Rpoplpush[KS, KD, R]
object ClientGetname.type
class Spop[K, R]
class Srandmember[K, R]
class Get[K, R]
class Getrange[K, R]
class Getset[K, V, R]
class Zscore[K, V]
class Incrbyfloat[K]
object ClientList.type
class Info
class Hexists[K, KK]
class Hset[K, KK, V]
class Hsetnx[K, KK, V]
class Exists[K]
class Expire[K]
class Expireat[K]
class Move[K]
class Persist[K]
class Pexpire[K]
class Pexpireat[K]
class Renamex[K, NK]
class Sismember[K, V]
class Smove[KS, KD, V]
class Getbit[K]
class Msetnx[K, V]
class Setbit[K]
class Setnx[K, V]
class GeoAdd[K]
class Hdel[K, KK]
class Hincrby[K, KK]
class Hlen[K]
class Pfadd[K, V]
class Pfcount[K]
class Del[K]
class ExistsMany[K]
class Pttl[K]
class SortStore[K, KS]
class Ttl[K]
class Unlink[K]
class Linsert[K, KP, V]
class Llen[K]
class Lpush[K, V]
class Lpushx[K, V]
class Lrem[K, V]
class Rpush[K, V]
class Rpushx[K, V]
class Publish[A]
object Dbsize.type
object Lastsave.type
class Sadd[K, V]
class Scard[K]
class Sdiffstore[KD, K, KK]
class Sinterstore[KD, K, KK]
class Srem[K, V]
class Sunionstore[KD, K, KK]
class Zadd[K, V]
class Zcard[K]
class Zcount[K]
class Zinterstore[KD, K, KK]
class ZinterstoreWeighted[KD, K]
class Zrem[K, V]
class Zunionstore[KD, K, KK]
class ZunionstoreWeighted[KD, K]
class Append[K, V]
class Bitcount[K]
class BitcountRange[K]
class Bitop[K, KK]
class Bitpos[K]
class Decr[K]
class Decrby[K]
class Incr[K]
class Incrby[K]
class Setrange[K, V]
class Strlen[K]
class HScan[K, C, R]
class Scan[C]
class Sscan[K, C, R]
class Zscan[K, C, R]
class Hvals[K, R]
class Sort[K, R]
class Sdiff[K, KK, R]
class Sinter[K, KK, R]
class Smembers[K, R]
class Srandmembers[K, R]
class Sunion[K, KK, R]
class Zpopmax[K, R]
class Zpopmin[K, R]
class Zrange[K, R]
class Zrangebylex[K, R]
class Zrangebyscore[K, R]
class Zrevrange[K, R]
class Zrevrangebylex[K, R]
class Zrevrangebyscore[K, R]
class ZrangeWithscores[K, R]
class SenSlaves
class GeoHash[K]
class GeoPos[K]
class GeoRadius[K]
class Hgetall[K, R]
class Hkeys[K]
class Hmget[K, KK, R]
class Keys
class Lrange[K, R]
class ConfigGet
object Time.type
class Mget[K, R]
object Exec.type
class Zrank[K, V]
class Zrevrank[K, V]
class Eval[R, KK, KA]
class Evalsha[R, KK, KA]
class Brpoplpush[KS, KD, R]
class Set[K, V]
object Quit.type
class Select
class Swapdb
class Hmset[K, KK, V]
class Pfmerge[K]
class Migrate[K]
class Rename[K, NK]
class Restore[K, V]
class Lset[K, V]
class Ltrim[K]
object ScriptFlush.type
object ScriptKill.type
object ConfigResetstat.type
class ConfigSet
class Flushall
class Flushdb
object Save.type
class Shutdown
class Slaveof
object SlaveofNoOne.type
class Mset[K, V]
class Psetex[K, V]
class Setex[K, V]
object Multi.type
class Watch
object Ping.type
class Type[K]
object Bgrewriteaof.type
object Bgsave.type
class DebugObject[K]
object DebugSegfault.type
class Auth[V]
trait RedisCommandBulk[T] extends RedisCommand[Bulk, T]

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
trait RedisCommand[Bulk, T]
class Object
trait Matchable
class Any
Known subtypes
class GeoDist[K]
class Hincrbyfloat[K, KK]
class Zincrby[K, V]
class Echo[V, R]
class Hget[K, KK, R]
class Dump[K, R]
class Randomkey[R]
class Lindex[K, R]
class Lpop[K, R]
class Rpop[K, R]
class Rpoplpush[KS, KD, R]
object ClientGetname.type
class Spop[K, R]
class Srandmember[K, R]
class Get[K, R]
class Getrange[K, R]
class Getset[K, V, R]
class Zscore[K, V]
class Incrbyfloat[K]
object ClientList.type
class Info

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class GeoDist[K]
class Hincrbyfloat[K, KK]
class Zincrby[K, V]

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Echo[V, R]
class Hget[K, KK, R]
class Dump[K, R]
class Randomkey[R]
class Lindex[K, R]
class Lpop[K, R]
class Rpop[K, R]
class Rpoplpush[KS, KD, R]
object ClientGetname.type
class Spop[K, R]
class Srandmember[K, R]
class Get[K, R]
class Getrange[K, R]
class Getset[K, V, R]

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Zscore[K, V]
class Incrbyfloat[K]

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Hexists[K, KK]
class Hset[K, KK, V]
class Hsetnx[K, KK, V]
class Exists[K]
class Expire[K]
class Expireat[K]
class Move[K]
class Persist[K]
class Pexpire[K]
class Pexpireat[K]
class Renamex[K, NK]
class Sismember[K, V]
class Smove[KS, KD, V]
class Getbit[K]
class Msetnx[K, V]
class Setbit[K]
class Setnx[K, V]
class GeoAdd[K]
class Hdel[K, KK]
class Hincrby[K, KK]
class Hlen[K]
class Pfadd[K, V]
class Pfcount[K]
class Del[K]
class ExistsMany[K]
class Pttl[K]
class SortStore[K, KS]
class Ttl[K]
class Unlink[K]
class Linsert[K, KP, V]
class Llen[K]
class Lpush[K, V]
class Lpushx[K, V]
class Lrem[K, V]
class Rpush[K, V]
class Rpushx[K, V]
class Publish[A]
object Dbsize.type
object Lastsave.type
class Sadd[K, V]
class Scard[K]
class Sdiffstore[KD, K, KK]
class Sinterstore[KD, K, KK]
class Srem[K, V]
class Sunionstore[KD, K, KK]
class Zadd[K, V]
class Zcard[K]
class Zcount[K]
class Zinterstore[KD, K, KK]
class ZinterstoreWeighted[KD, K]
class Zrem[K, V]
class Zunionstore[KD, K, KK]
class ZunionstoreWeighted[KD, K]
class Append[K, V]
class Bitcount[K]
class BitcountRange[K]
class Bitop[K, KK]
class Bitpos[K]
class Decr[K]
class Decrby[K]
class Incr[K]
class Incrby[K]
class Setrange[K, V]
class Strlen[K]

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Hexists[K, KK]
class Hset[K, KK, V]
class Hsetnx[K, KK, V]
class Exists[K]
class Expire[K]
class Expireat[K]
class Move[K]
class Persist[K]
class Pexpire[K]
class Pexpireat[K]
class Renamex[K, NK]
class Sismember[K, V]
class Smove[KS, KD, V]
class Getbit[K]
class Msetnx[K, V]
class Setbit[K]
class Setnx[K, V]

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class GeoAdd[K]
class Hdel[K, KK]
class Hincrby[K, KK]
class Hlen[K]
class Pfadd[K, V]
class Pfcount[K]
class Del[K]
class ExistsMany[K]
class Pttl[K]
class SortStore[K, KS]
class Ttl[K]
class Unlink[K]
class Linsert[K, KP, V]
class Llen[K]
class Lpush[K, V]
class Lpushx[K, V]
class Lrem[K, V]
class Rpush[K, V]
class Rpushx[K, V]
class Publish[A]
object Dbsize.type
object Lastsave.type
class Sadd[K, V]
class Scard[K]
class Sdiffstore[KD, K, KK]
class Sinterstore[KD, K, KK]
class Srem[K, V]
class Sunionstore[KD, K, KK]
class Zadd[K, V]
class Zcard[K]
class Zcount[K]
class Zinterstore[KD, K, KK]
class ZinterstoreWeighted[KD, K]
class Zrem[K, V]
class Zunionstore[KD, K, KK]
class ZunionstoreWeighted[KD, K]
class Append[K, V]
class Bitcount[K]
class BitcountRange[K]
class Bitop[K, KK]
class Bitpos[K]
class Decr[K]
class Decrby[K]
class Incr[K]
class Incrby[K]
class Setrange[K, V]
class Strlen[K]

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class HScan[K, C, R]
class Scan[C]
class Sscan[K, C, R]
class Zscan[K, C, R]
class Hvals[K, R]
class Sort[K, R]
class Sdiff[K, KK, R]
class Sinter[K, KK, R]
class Smembers[K, R]
class Srandmembers[K, R]
class Sunion[K, KK, R]
class Zpopmax[K, R]
class Zpopmin[K, R]
class Zrange[K, R]
class Zrangebylex[K, R]
class Zrangebyscore[K, R]
class Zrevrange[K, R]
class Zrevrangebylex[K, R]
class Zrevrangebyscore[K, R]
class ZrangeWithscores[K, R]
class SenSlaves
class GeoHash[K]
class GeoPos[K]
class GeoRadius[K]
class Hgetall[K, R]
class Hkeys[K]
class Hmget[K, KK, R]
class Keys
class Lrange[K, R]
class ConfigGet
object Time.type
class Mget[K, R]
object Exec.type

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class HScan[K, C, R]
class Scan[C]
class Sscan[K, C, R]
class Zscan[K, C, R]

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Hvals[K, R]
class Sort[K, R]
class Sdiff[K, KK, R]
class Sinter[K, KK, R]
class Smembers[K, R]
class Srandmembers[K, R]
class Sunion[K, KK, R]
class Zpopmax[K, R]
class Zpopmin[K, R]
class Zrange[K, R]
class Zrangebylex[K, R]
class Zrangebyscore[K, R]
class Zrevrange[K, R]
class Zrevrangebylex[K, R]
class Zrevrangebyscore[K, R]

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Zrank[K, V]
class Zrevrank[K, V]
class Eval[R, KK, KA]
class Evalsha[R, KK, KA]
class Brpoplpush[KS, KD, R]
class Set[K, V]

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Zrank[K, V]
class Zrevrank[K, V]

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Eval[R, KK, KA]
class Evalsha[R, KK, KA]

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Quit.type
class Select
class Swapdb
class Hmset[K, KK, V]
class Pfmerge[K]
class Migrate[K]
class Rename[K, NK]
class Restore[K, V]
class Lset[K, V]
class Ltrim[K]
object ScriptFlush.type
object ScriptKill.type
object ConfigResetstat.type
class ConfigSet
class Flushall
class Flushdb
object Save.type
class Shutdown
class Slaveof
object SlaveofNoOne.type
class Mset[K, V]
class Psetex[K, V]
class Setex[K, V]
object Multi.type
class Watch
object Ping.type
class Type[K]
object Bgrewriteaof.type
object Bgsave.type
class DebugObject[K]
object DebugSegfault.type
class Auth[V]

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Quit.type
class Select
class Swapdb
class Hmset[K, KK, V]
class Pfmerge[K]
class Migrate[K]
class Rename[K, NK]
class Restore[K, V]
class Lset[K, V]
class Ltrim[K]
object ScriptFlush.type
object ScriptKill.type
object ConfigResetstat.type
class ConfigSet
class Flushall
class Flushdb
object Save.type
class Shutdown
class Slaveof
object SlaveofNoOne.type
class Mset[K, V]
class Psetex[K, V]
class Setex[K, V]
object Multi.type
class Watch

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Ping.type
class Type[K]
object Bgrewriteaof.type
object Bgsave.type
class 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 Geo
trait Clusters
trait Server
trait Scripting
trait Publish
trait Sets
trait Lists
trait Hashes
trait Strings
trait Keys
trait Request
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source:
RedisCluster.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class RedisConnection(actor: ActorRef, active: AtomicBoolean)

Attributes

Source:
RedisPool.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class RedisDispatcher(name: String)

Attributes

Source:
Redis.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class RedisPubSub(host: String, port: Int, channels: Seq[String], patterns: Seq[String], onMessage: Message => Unit, onPMessage: PMessage => Unit, authUsername: Option[String], authPassword: Option[String], name: String)(implicit system: ActorRefFactory, redisDispatcher: RedisDispatcher)

Attributes

Source:
Redis.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
object
Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object RedisReply.type
object String.type

Attributes

Companion:
trait
Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class RedisServer(host: String, port: Int, username: Option[String], password: Option[String], db: Option[Int])

Attributes

Source:
RedisPool.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
trait Request

Attributes

Source:
Request.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source:
Request.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
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 Serializable
trait Product
trait Equals
trait Sentinel
trait Request
class Object
trait Matchable
class Any

Attributes

Source:
Sentinel.scala
Graph
Supertypes
trait Sentinel
trait Request
class Object
trait Matchable
class Any
Known subtypes
abstract class SentinelMonitored(system: ActorSystem, redisDispatcher: RedisDispatcher)

Attributes

Source:
Sentinel.scala
Graph
Supertypes
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
trait BLists
trait Request
class Object
trait Matchable
class Any

Attributes

Source:
Sentinel.scala
Graph
Supertypes
class Object
trait Matchable
class Any
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 Serializable
trait Product
trait Equals
trait Geo
trait Clusters
trait Server
trait Scripting
trait Publish
trait Sets
trait Lists
trait Hashes
trait Strings
trait Keys
trait Request
class Object
trait Matchable
class Any
abstract class SentinelMonitoredRedisClientLike(system: ActorSystem, redisDispatcher: RedisDispatcher) extends SentinelMonitored with ActorRequest

Attributes

Source:
Sentinel.scala
Graph
Supertypes
class Object
trait Matchable
class Any
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 Serializable
trait Product
trait Equals
trait Geo
trait Clusters
trait Server
trait Scripting
trait Publish
trait Sets
trait Lists
trait Hashes
trait Strings
trait Keys
trait Request
class Object
trait Matchable
class Any
abstract class SimpleClusterKey[K](implicit redisKey: ByteStringSerializer[K]) extends ClusterKey

Attributes

Source:
RedisCluster.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class GeoAdd[K]
class GeoDist[K]
class GeoHash[K]
class GeoPos[K]
class GeoRadius[K]
class HScan[K, C, R]
class Hdel[K, KK]
class Hexists[K, KK]
class Hget[K, KK, R]
class Hgetall[K, R]
class Hincrby[K, KK]
class Hincrbyfloat[K, KK]
class Hkeys[K]
class Hlen[K]
class Hmget[K, KK, R]
class Hmset[K, KK, V]
class Hset[K, KK, V]
class Hsetnx[K, KK, V]
class Hvals[K, R]
class Dump[K, R]
class Exists[K]
class Expire[K]
class Expireat[K]
class Move[K]
class Persist[K]
class Pexpire[K]
class Pexpireat[K]
class Pttl[K]
class Rename[K, NK]
class Renamex[K, NK]
class Restore[K, V]
class Ttl[K]
class Type[K]
class Lindex[K, R]
class Linsert[K, KP, V]
class Llen[K]
class Lpop[K, R]
class Lpush[K, V]
class Lpushx[K, V]
class Lrange[K, R]
class Lrem[K, V]
class Lset[K, V]
class Ltrim[K]
class Rpop[K, R]
class Rpush[K, V]
class Rpushx[K, V]
class Sadd[K, V]
class Scard[K]
class Sismember[K, V]
class Smembers[K, R]
class Spop[K, R]
class Srandmember[K, R]
class Srandmembers[K, R]
class Srem[K, V]
class Sscan[K, C, R]
class Zadd[K, V]
class Zcard[K]
class Zcount[K]
class Zincrby[K, V]
class Zpopmax[K, R]
class Zpopmin[K, R]
class Zrange[K, R]
class ZrangeWithscores[K, R]
class Zrangebylex[K, R]
class Zrangebyscore[K, R]
class Zrank[K, V]
class Zrem[K, V]
class Zrevrange[K, R]
class Zrevrangebylex[K, R]
class Zrevrangebyscore[K, R]
class Zrevrank[K, V]
class Zscan[K, C, R]
class Zscore[K, V]
class Append[K, V]
class Bitcount[K]
class BitcountRange[K]
class Bitpos[K]
class Decr[K]
class Decrby[K]
class Get[K, R]
class Getbit[K]
class Getrange[K, R]
class Getset[K, V, R]
class Incr[K]
class Incrby[K]
class Incrbyfloat[K]
class Psetex[K, V]
class Set[K, V]
class Setbit[K]
class Setex[K, V]
class Setnx[K, V]
class Setrange[K, V]
class Strlen[K]
case class Transaction(commands: Seq[Operation[_, _]])

Attributes

Source:
Operation.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any