Module: Oxblood::Commands

Includes:
Connection, Hashes, HyperLogLog, Keys, Lists, Server, Sets, SortedSets, Strings, Transactions
Included in:
Pipeline, Session
Defined in:
lib/oxblood/commands.rb,
lib/oxblood/commands/keys.rb,
lib/oxblood/commands/sets.rb,
lib/oxblood/commands/lists.rb,
lib/oxblood/commands/hashes.rb,
lib/oxblood/commands/server.rb,
lib/oxblood/commands/strings.rb,
lib/oxblood/commands/connection.rb,
lib/oxblood/commands/sorted_sets.rb,
lib/oxblood/commands/transactions.rb,
lib/oxblood/commands/hyper_log_log.rb

Defined Under Namespace

Modules: Connection, Hashes, HyperLogLog, Keys, Lists, Server, Sets, SortedSets, Strings, Transactions

Method Summary

Methods included from Transactions

#discard, #exec, #multi, #unwatch, #watch

Methods included from SortedSets

#zadd, #zcard, #zcount, #zincrby, #zlexcount, #zrange, #zrangebyscore, #zrank, #zrem, #zremrangebyrank, #zremrangebyscore, #zrevrange, #zrevrangebyscore, #zrevrank, #zscore

Methods included from Sets

#sadd, #scard, #sdiff, #sdiffstore, #sinter, #sinterstore, #sismember, #smembers, #smove, #spop, #srandmember, #srem, #sunion, #sunionstore

Methods included from Lists

#blpop, #brpop, #brpoplpush, #lindex, #linsert, #llen, #lpop, #lpush, #lpushx, #lrange, #lrem, #lset, #ltrim, #rpop, #rpoplpush, #rpush, #rpushx

Methods included from Keys

#del, #dump, #exists, #expire, #expireat, #keys, #move, #object, #persist, #pexpire, #pexpireat, #pttl, #randomkey, #rename, #renamenx, #restore, #ttl, #type

Methods included from Server

#flushdb, #info

Methods included from Connection

#auth, #echo, #ping, #quit, #select

Methods included from Strings

#append, #bitcount, #bitop, #bitpos, #decr, #decrby, #get, #getbit, #getrange, #getset, #incr, #incrby, #incrbyfloat, #mget, #mset, #msetnx, #psetex, #set, #setbit, #setex, #setnx, #setrange, #strlen

Methods included from HyperLogLog

#pfadd, #pfcount, #pfmerge

Methods included from Hashes

#hdel, #hexists, #hget, #hgetall, #hincrby, #hincrbyfloat, #hkeys, #hlen, #hmget, #hmset, #hset, #hsetnx, #hstrlen, #hvals