redis

package redis

Members list

Packages

package redis.actors
package redis.api
package redis.commands
package redis.protocol
package redis.util

Type members

Classlikes

Attributes

Source
BufferedRequest.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Source
ByteStringDeserializer.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

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

Attributes

Source
ByteStringDeserializerDefault.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source
ByteStringDeserializerLowPriority.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Source
ByteStringFormatter.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
ByteStringFormatter.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Source
ByteStringFormatterDefault.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Source
ByteStringSerializer.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
ByteStringSerializer.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Attributes

Source
ByteStringSerializerLowPriority.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ClusterKey

Attributes

Source
ClusterKey.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Mset[K, V]
class MultiClusterKey[K]
class Del[K]
class ExistsMany[K]
class Unlink[K]
class Mget[K, R]
class SimpleClusterKey[K]
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 ObjectEncoding[K]
class ObjectIdletime[K]
class ObjectRefcount[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 Zremrangebylex[K]
class Zremrangebyrank[K]
class Zremrangebyscore[K]
class Zrevrange[K, R]
class ZrevrangeWithscores[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 Getdel[K, R]
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]
Show all
case class Cursor[T](index: Int, data: T)

Attributes

Source
Cursor.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
trait
Source
MultiBulkConverter.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
MultiBulkConverter.scala
Supertypes
class Object
trait Matchable
class Any
abstract class MultiClusterKey[K](implicit redisKey: ByteStringSerializer[K]) extends ClusterKey

Attributes

Companion
object
Source
MultiClusterKey.scala
Supertypes
trait ClusterKey
class Object
trait Matchable
class Any
Known subtypes
class Del[K]
class ExistsMany[K]
class Unlink[K]
class Mget[K, R]

Attributes

Companion
class
Source
MultiClusterKey.scala
Supertypes
class Object
trait Matchable
class Any
Self type
case class Operation[RedisReplyT <: RedisReply, T](redisCommand: RedisCommand[RedisReplyT, T], promise: Promise[T])

Attributes

Source
Operation.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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, BLists

Attributes

Source
RedisBlockingClient.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait BLists
trait Request
trait ActorRequest
class Object
trait Matchable
class Any
Show all
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, RedisCommands, Transactions

Attributes

Source
RedisClient.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Transactions
trait Geo
trait Clusters
trait HyperLogLog
trait Server
trait Connection
trait Scripting
trait Publish
trait SortedSets
trait Sets
trait Lists
trait Hashes
trait Strings
trait Keys
trait Request
trait ActorRequest
class Object
trait Matchable
class Any
Show all
abstract class RedisClientActorLike(system: ActorSystem, redisDispatcher: RedisDispatcher, connectTimeout: Option[FiniteDuration]) extends ActorRequest

Attributes

Source
RedisClientActorLike.scala
Supertypes
trait ActorRequest
class Object
trait Matchable
class Any
Known subtypes
case class RedisClientMasterSlaves(master: RedisServer, slaves: Seq[RedisServer])(implicit _system: ActorSystem, redisDispatcher: RedisDispatcher) extends RedisCommands, Transactions

Attributes

Source
RedisClientMasterSlaves.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Transactions
trait ActorRequest
trait Geo
trait Clusters
trait HyperLogLog
trait Server
trait Connection
trait Scripting
trait Publish
trait SortedSets
trait Sets
trait Lists
trait Hashes
trait Strings
trait Keys
trait Request
class Object
trait Matchable
class Any
Show all
case class RedisClientMutablePool(redisServers: Seq[RedisServer], name: String)(implicit system: ActorSystem, redisDispatcher: RedisDispatcher) extends RedisClientPoolLike, RoundRobinPoolRequest, RedisCommands

Attributes

Source
RedisClientMutablePool.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Geo
trait Clusters
trait HyperLogLog
trait Server
trait Connection
trait Scripting
trait Publish
trait SortedSets
trait Sets
trait Lists
trait Hashes
trait Strings
trait Keys
trait Request
class Object
trait Matchable
class Any
Show all
case class RedisClientPool(redisServers: Seq[RedisServer], name: String)(implicit _system: ActorSystem, redisDispatcher: RedisDispatcher) extends RedisClientPoolLike, RoundRobinPoolRequest, RedisCommands

Attributes

Source
RedisClientPool.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Geo
trait Clusters
trait HyperLogLog
trait Server
trait Connection
trait Scripting
trait Publish
trait SortedSets
trait Sets
trait Lists
trait Hashes
trait Strings
trait Keys
trait Request
class Object
trait Matchable
class Any
Show all
abstract class RedisClientPoolLike(system: ActorSystem, redisDispatcher: RedisDispatcher)

Attributes

Source
RedisClientPoolLike.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class RedisCluster(redisServers: Seq[RedisServer], name: String)(implicit _system: ActorSystem, redisDispatcher: RedisDispatcher) extends RedisClientPoolLike, RedisCommands

Attributes

Source
RedisCluster.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Geo
trait Clusters
trait HyperLogLog
trait Server
trait Connection
trait Scripting
trait Publish
trait SortedSets
trait Sets
trait Lists
trait Hashes
trait Strings
trait Keys
trait Request
class Object
trait Matchable
class Any
Show all
trait RedisCommand[RedisReplyT <: RedisReply, +T]

Attributes

Source
RedisCommand.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ClusterInfo
class ClusterNodes
class ClusterSlots
trait RedisCommandBulk[T]
class ObjectEncoding[K]
class ScriptLoad
object ClientList
class Info
class GeoDist[K]
class Hincrbyfloat[K, KK]
class Zincrby[K, V]
class Blmove[KS, KD, R]
class Echo[V, R]
class Hget[K, KK, R]
class Dump[K, R]
class Randomkey[R]
class Lindex[K, R]
class Lmove[KS, KD, R]
class Lpop[K, R]
class Rpop[K, R]
class Rpoplpush[KS, KD, R]
object ClientGetname
class Spop[K, R]
class Srandmember[K, R]
class Get[K, R]
class Getdel[K, R]
class Getrange[K, R]
class Getset[K, V, R]
class Zscore[K, V]
class Incrbyfloat[K]
class Hexists[K, KK]
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 Hset[K, KK, V]
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
object Lastsave
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 Zremrangebylex[K]
class Zremrangebyrank[K]
class Zremrangebyscore[K]
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 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 ScriptExists
class ConfigGet
object Time
class Mget[K, R]
object Exec
class SenMasters
class SenSlaves
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 ZrevrangeWithscores[K, R]
class Brpoplpush[KS, KD, R]
class Set[K, V]
class ObjectIdletime[K]
class ObjectRefcount[K]
class Zrank[K, V]
class Zrevrank[K, V]
class Eval[R, KK, KA]
class Evalsha[R, KK, KA]
class Auth[V]
object Quit
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
object ScriptKill
class ClientKill
class ConfigSet
class Flushall
class Flushdb
object Save
class Shutdown
class Slaveof
object SlaveofNoOne
class Mset[K, V]
class Psetex[K, V]
class Setex[K, V]
object Multi
class Watch
object Ping
class Type[K]
object Bgrewriteaof
object Bgsave
class DebugObject[K]
object DebugSegfault
Show all
trait RedisCommandBulk[T] extends RedisCommand[Bulk, T]

Attributes

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

Attributes

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

Attributes

Source
RedisCommandBulkOptionByteString.scala
Supertypes
trait RedisCommand[Bulk, Option[R]]
class Object
trait Matchable
class Any
Known subtypes
class Blmove[KS, KD, R]
class Echo[V, R]
class Hget[K, KK, R]
class Dump[K, R]
class Randomkey[R]
class Lindex[K, R]
class Lmove[KS, KD, R]
class Lpop[K, R]
class Rpop[K, R]
class Rpoplpush[KS, KD, R]
object ClientGetname
class Spop[K, R]
class Srandmember[K, R]
class Get[K, R]
class Getdel[K, R]
class Getrange[K, R]
class Getset[K, V, R]
Show all

Attributes

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

Attributes

Source
RedisCommandInteger.scala
Supertypes
trait RedisCommand[Integer, T]
class Object
trait Matchable
class Any
Known subtypes
class Hexists[K, KK]
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 Hset[K, KK, V]
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
object Lastsave
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 Zremrangebylex[K]
class Zremrangebyrank[K]
class Zremrangebyscore[K]
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]
Show all

Attributes

Source
RedisCommandIntegerBoolean.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Hexists[K, KK]
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]
Show all

Attributes

Source
RedisCommandIntegerLong.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class GeoAdd[K]
class Hdel[K, KK]
class Hincrby[K, KK]
class Hlen[K]
class Hset[K, KK, V]
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
object Lastsave
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 Zremrangebylex[K]
class Zremrangebyrank[K]
class Zremrangebyscore[K]
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]
Show all

Attributes

Source
RedisCommandMultiBulk.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
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 ScriptExists
class ConfigGet
object Time
class Mget[K, R]
object Exec
class SenMasters
class SenSlaves
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 ZrevrangeWithscores[K, R]
Show all

Attributes

Source
RedisCommandMultiBulkCursor.scala
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
RedisCommandMultiBulkSeqByteString.scala
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]
Show all

Attributes

Source
RedisCommandMultiBulkSeqByteStringDouble.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source
RedisCommandRedisReply.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Brpoplpush[KS, KD, R]
class Set[K, V]
class ObjectIdletime[K]
class ObjectRefcount[K]
class Zrank[K, V]
class Zrevrank[K, V]
class Eval[R, KK, KA]
class Evalsha[R, KK, KA]
Show all

Attributes

Source
RedisCommandRedisReplyOptionLong.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ObjectIdletime[K]
class ObjectRefcount[K]
class Zrank[K, V]
class Zrevrank[K, V]

Attributes

Source
RedisCommandRedisReplyRedisReply.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Eval[R, KK, KA]
class Evalsha[R, KK, KA]
trait RedisCommandStatus[T] extends RedisCommand[Status, T]

Attributes

Source
RedisCommandStatus.scala
Supertypes
trait RedisCommand[Status, T]
class Object
trait Matchable
class Any
Known subtypes
class Auth[V]
object Quit
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
object ScriptKill
class ClientKill
class ConfigSet
class Flushall
class Flushdb
object Save
class Shutdown
class Slaveof
object SlaveofNoOne
class Mset[K, V]
class Psetex[K, V]
class Setex[K, V]
object Multi
class Watch
object Ping
class Type[K]
object Bgrewriteaof
object Bgsave
class DebugObject[K]
object DebugSegfault
Show all

Attributes

Source
RedisCommandStatusBoolean.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Quit
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
object ScriptKill
class ClientKill
class ConfigSet
class Flushall
class Flushdb
object Save
class Shutdown
class Slaveof
object SlaveofNoOne
class Mset[K, V]
class Psetex[K, V]
class Setex[K, V]
object Multi
class Watch
Show all

Attributes

Source
RedisCommandStatusString.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Ping
class Type[K]
object Bgrewriteaof
object Bgsave
class DebugObject[K]
object DebugSegfault
Show all

Attributes

Source
RedisCommands.scala
Supertypes
trait Geo
trait Clusters
trait HyperLogLog
trait Server
trait Connection
trait Scripting
trait Publish
trait SortedSets
trait Sets
trait Lists
trait Hashes
trait Strings
trait Keys
trait Request
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

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

Attributes

Source
RedisConnection.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class RedisDispatcher(name: String)

Attributes

Source
RedisDispatcher.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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
RedisPubSub.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
trait
Source
RedisReplyDeserializer.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
RedisReplyDeserializer.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object RedisReply
object String

Attributes

Source
RedisReplyDeserializerDefault.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source
RedisReplyDeserializerLowPriority.scala
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
RedisServer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait Request

Attributes

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

Attributes

Source
RoundRobinPoolRequest.scala
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, SentinelCommands

Attributes

Source
SentinelClient.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Sentinel
trait Request
trait ActorRequest
class Object
trait Matchable
class Any
Show all
trait SentinelCommands extends Sentinel

Attributes

Source
SentinelCommands.scala
Supertypes
trait Sentinel
trait Request
class Object
trait Matchable
class Any
Known subtypes
abstract class SentinelMonitored(system: ActorSystem, redisDispatcher: RedisDispatcher)
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, BLists

Attributes

Source
SentinelMonitoredRedisBlockingClient.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait BLists
trait Request
trait ActorRequest
class Object
trait Matchable
class Any
Show all
abstract class SentinelMonitoredRedisBlockingClientLike(system: ActorSystem, redisDispatcher: RedisDispatcher) extends SentinelMonitored, ActorRequest

Attributes

Source
SentinelMonitoredRedisBlockingClientLike.scala
Supertypes
trait ActorRequest
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, RedisCommands, Transactions

Attributes

Source
SentinelMonitoredRedisClient.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Transactions
trait Geo
trait Clusters
trait HyperLogLog
trait Server
trait Connection
trait Scripting
trait Publish
trait SortedSets
trait Sets
trait Lists
trait Hashes
trait Strings
trait Keys
trait Request
trait ActorRequest
class Object
trait Matchable
class Any
Show all
abstract class SentinelMonitoredRedisClientLike(system: ActorSystem, redisDispatcher: RedisDispatcher) extends SentinelMonitored, ActorRequest

Attributes

Source
SentinelMonitoredRedisClientLike.scala
Supertypes
trait ActorRequest
class Object
trait Matchable
class Any
Known subtypes
case class SentinelMonitoredRedisClientMasterSlaves(sentinels: Seq[(String, Int)], master: String)(implicit _system: ActorSystem, redisDispatcher: RedisDispatcher) extends SentinelMonitored, ActorRequest, RedisCommands, Transactions

Attributes

Source
SentinelMonitoredRedisClientMasterSlaves.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Transactions
trait Geo
trait Clusters
trait HyperLogLog
trait Server
trait Connection
trait Scripting
trait Publish
trait SortedSets
trait Sets
trait Lists
trait Hashes
trait Strings
trait Keys
trait Request
trait ActorRequest
class Object
trait Matchable
class Any
Show all
abstract class SimpleClusterKey[K](implicit redisKey: ByteStringSerializer[K]) extends ClusterKey

Attributes

Source
SimpleClusterKey.scala
Supertypes
trait ClusterKey
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 ObjectEncoding[K]
class ObjectIdletime[K]
class ObjectRefcount[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 Zremrangebylex[K]
class Zremrangebyrank[K]
class Zremrangebyscore[K]
class Zrevrange[K, R]
class ZrevrangeWithscores[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 Getdel[K, R]
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]
Show all
case class Transaction(commands: Seq[Operation[_, _]])

Attributes

Source
Transaction.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all