RedisCommandInteger

redis.RedisCommandInteger

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]

Members list

Concise view

Value members

Inherited methods

def decodeReply(r: Integer): T

Attributes

Inherited from:
RedisCommand
Source:
RedisCommand.scala
def encode(command: String, args: Seq[ByteString]): ByteString

Attributes

Inherited from:
RedisCommand
Source:
RedisCommand.scala
def encode(command: String): ByteString

Attributes

Inherited from:
RedisCommand
Source:
RedisCommand.scala

Attributes

Inherited from:
RedisCommand
Source:
RedisCommand.scala

Inherited fields

Attributes

Inherited from:
RedisCommand
Source:
RedisCommand.scala