Table of Contents - oxblood-0.3.0 Documentation
Classes and Modules
- Oxblood
- Oxblood::Commands
- Oxblood::Commands::Connection
- Oxblood::Commands::Geo
- Oxblood::Commands::Hashes
- Oxblood::Commands::HyperLogLog
- Oxblood::Commands::Keys
- Oxblood::Commands::Lists
- Oxblood::Commands::Scan
- Oxblood::Commands::Scripting
- Oxblood::Commands::Server
- Oxblood::Commands::Sets
- Oxblood::Commands::SortedSets
- Oxblood::Commands::Strings
- Oxblood::Commands::Transactions
- Oxblood::Connection
- Oxblood::Pipeline
- Oxblood::Pool
- Oxblood::Protocol
- Oxblood::RSocket
- Oxblood::Session
- Redis
- Redis::Connection
- Redis::Connection::Oxblood
Methods
- ::append! — Oxblood::Protocol
- ::build_command — Oxblood::Protocol
- ::connect — Redis::Connection::Oxblood
- ::merge_opts! — Oxblood::Commands::Scan
- ::new — Oxblood::Connection
- ::new — Oxblood::Pipeline
- ::new — Oxblood::Pool
- ::new — Oxblood::RSocket
- ::new — Oxblood::Session
- ::new — Redis::Connection::Oxblood
- ::parse — Oxblood::Protocol
- #add_georadius_opts! — Oxblood::Commands::Geo
- #append — Oxblood::Commands::Strings
- #auth — Oxblood::Commands::Connection
- #bgrewriteaof — Oxblood::Commands::Server
- #bgsave — Oxblood::Commands::Server
- #bitcount — Oxblood::Commands::Strings
- #bitop — Oxblood::Commands::Strings
- #bitpos — Oxblood::Commands::Strings
- #blocking_pop — Oxblood::Commands::Lists
- #blpop — Oxblood::Commands::Lists
- #brpop — Oxblood::Commands::Lists
- #brpoplpush — Oxblood::Commands::Lists
- #client_getname — Oxblood::Commands::Server
- #client_kill — Oxblood::Commands::Server
- #client_list — Oxblood::Commands::Server
- #client_pause — Oxblood::Commands::Server
- #client_setname — Oxblood::Commands::Server
- #close — Oxblood::RSocket
- #command — Oxblood::Commands::Server
- #command_count — Oxblood::Commands::Server
- #command_getkeys — Oxblood::Commands::Server
- #command_info — Oxblood::Commands::Server
- #common_range — Oxblood::Commands::SortedSets
- #common_rangebylex — Oxblood::Commands::SortedSets
- #common_rangebyscore — Oxblood::Commands::SortedSets
- #common_store — Oxblood::Commands::SortedSets
- #config_get — Oxblood::Commands::Server
- #config_resetstat — Oxblood::Commands::Server
- #config_rewrite — Oxblood::Commands::Server
- #config_set — Oxblood::Commands::Server
- #connected? — Oxblood::RSocket
- #connected? — Redis::Connection::Oxblood
- #create_socket — Oxblood::RSocket
- #dbsize — Oxblood::Commands::Server
- #decr — Oxblood::Commands::Strings
- #decrby — Oxblood::Commands::Strings
- #del — Oxblood::Commands::Keys
- #discard — Oxblood::Commands::Transactions
- #disconnect — Redis::Connection::Oxblood
- #dump — Oxblood::Commands::Keys
- #echo — Oxblood::Commands::Connection
- #encode — Redis::Connection::Oxblood
- #error? — Oxblood::Session
- #eval — Oxblood::Commands::Scripting
- #evalsha — Oxblood::Commands::Scripting
- #exec — Oxblood::Commands::Transactions
- #exists — Oxblood::Commands::Keys
- #expire — Oxblood::Commands::Keys
- #expireat — Oxblood::Commands::Keys
- #fail_with_timeout! — Oxblood::RSocket
- #flushall — Oxblood::Commands::Server
- #flushdb — Oxblood::Commands::Server
- #geoadd — Oxblood::Commands::Geo
- #geodist — Oxblood::Commands::Geo
- #geohash — Oxblood::Commands::Geo
- #geopos — Oxblood::Commands::Geo
- #georadius — Oxblood::Commands::Geo
- #georadiusbymember — Oxblood::Commands::Geo
- #get — Oxblood::Commands::Strings
- #getbit — Oxblood::Commands::Strings
- #getrange — Oxblood::Commands::Strings
- #gets — Oxblood::RSocket
- #getset — Oxblood::Commands::Strings
- #hdel — Oxblood::Commands::Hashes
- #hexists — Oxblood::Commands::Hashes
- #hget — Oxblood::Commands::Hashes
- #hgetall — Oxblood::Commands::Hashes
- #hincrby — Oxblood::Commands::Hashes
- #hincrbyfloat — Oxblood::Commands::Hashes
- #hkeys — Oxblood::Commands::Hashes
- #hlen — Oxblood::Commands::Hashes
- #hmget — Oxblood::Commands::Hashes
- #hmset — Oxblood::Commands::Hashes
- #hscan — Oxblood::Commands::Hashes
- #hset — Oxblood::Commands::Hashes
- #hsetnx — Oxblood::Commands::Hashes
- #hstrlen — Oxblood::Commands::Hashes
- #hvals — Oxblood::Commands::Hashes
- #in_transaction? — Oxblood::Connection
- #incr — Oxblood::Commands::Strings
- #incrby — Oxblood::Commands::Strings
- #incrbyfloat — Oxblood::Commands::Strings
- #info — Oxblood::Commands::Server
- #keys — Oxblood::Commands::Keys
- #lastsave — Oxblood::Commands::Server
- #lindex — Oxblood::Commands::Lists
- #linsert — Oxblood::Commands::Lists
- #llen — Oxblood::Commands::Lists
- #lpop — Oxblood::Commands::Lists
- #lpush — Oxblood::Commands::Lists
- #lpushx — Oxblood::Commands::Lists
- #lrange — Oxblood::Commands::Lists
- #lrem — Oxblood::Commands::Lists
- #lset — Oxblood::Commands::Lists
- #ltrim — Oxblood::Commands::Lists
- #mget — Oxblood::Commands::Strings
- #move — Oxblood::Commands::Keys
- #mset — Oxblood::Commands::Strings
- #msetnx — Oxblood::Commands::Strings
- #multi — Oxblood::Commands::Transactions
- #object — Oxblood::Commands::Keys
- #persist — Oxblood::Commands::Keys
- #pexpire — Oxblood::Commands::Keys
- #pexpireat — Oxblood::Commands::Keys
- #pfadd — Oxblood::Commands::HyperLogLog
- #pfcount — Oxblood::Commands::HyperLogLog
- #pfmerge — Oxblood::Commands::HyperLogLog
- #ping — Oxblood::Commands::Connection
- #pipelined — Oxblood::Session
- #psetex — Oxblood::Commands::Strings
- #pttl — Oxblood::Commands::Keys
- #quit — Oxblood::Commands::Connection
- #randomkey — Oxblood::Commands::Keys
- #read — Oxblood::RSocket
- #read — Redis::Connection::Oxblood
- #read_response — Oxblood::Connection
- #readpartial — Oxblood::RSocket
- #rename — Oxblood::Commands::Keys
- #renamenx — Oxblood::Commands::Keys
- #restore — Oxblood::Commands::Keys
- #role — Oxblood::Commands::Server
- #rpop — Oxblood::Commands::Lists
- #rpoplpush — Oxblood::Commands::Lists
- #rpush — Oxblood::Commands::Lists
- #rpushx — Oxblood::Commands::Lists
- #run — Oxblood::Pipeline
- #run — Oxblood::Session
- #run_command — Oxblood::Connection
- #run_command — Oxblood::Session
- #sadd — Oxblood::Commands::Sets
- #save — Oxblood::Commands::Server
- #scan — Oxblood::Commands::Keys
- #scard — Oxblood::Commands::Sets
- #script_debug — Oxblood::Commands::Scripting
- #script_exists — Oxblood::Commands::Scripting
- #script_flush — Oxblood::Commands::Scripting
- #script_kill — Oxblood::Commands::Scripting
- #script_load — Oxblood::Commands::Scripting
- #sdiff — Oxblood::Commands::Sets
- #sdiffstore — Oxblood::Commands::Sets
- #select — Oxblood::Commands::Connection
- #send_command — Oxblood::Connection
- #set — Oxblood::Commands::Strings
- #setbit — Oxblood::Commands::Strings
- #setex — Oxblood::Commands::Strings
- #setnx — Oxblood::Commands::Strings
- #setrange — Oxblood::Commands::Strings
- #shutdown — Oxblood::Commands::Server
- #sinter — Oxblood::Commands::Sets
- #sinterstore — Oxblood::Commands::Sets
- #sismember — Oxblood::Commands::Sets
- #slaveof — Oxblood::Commands::Server
- #slowlog — Oxblood::Commands::Server
- #smembers — Oxblood::Commands::Sets
- #smove — Oxblood::Commands::Sets
- #socket — Oxblood::RSocket
- #spop — Oxblood::Commands::Sets
- #srandmember — Oxblood::Commands::Sets
- #srem — Oxblood::Commands::Sets
- #sscan — Oxblood::Commands::Sets
- #strlen — Oxblood::Commands::Strings
- #sunion — Oxblood::Commands::Sets
- #sunionstore — Oxblood::Commands::Sets
- #sync — Oxblood::Pipeline
- #time — Oxblood::Commands::Server
- #timeout= — Redis::Connection::Oxblood
- #ttl — Oxblood::Commands::Keys
- #type — Oxblood::Commands::Keys
- #unwatch — Oxblood::Commands::Transactions
- #watch — Oxblood::Commands::Transactions
- #with — Oxblood::Pool
- #with_custom_timeout — Oxblood::Commands::Lists
- #write — Oxblood::RSocket
- #write — Redis::Connection::Oxblood
- #zadd — Oxblood::Commands::SortedSets
- #zcard — Oxblood::Commands::SortedSets
- #zcount — Oxblood::Commands::SortedSets
- #zincrby — Oxblood::Commands::SortedSets
- #zinterstore — Oxblood::Commands::SortedSets
- #zlexcount — Oxblood::Commands::SortedSets
- #zrange — Oxblood::Commands::SortedSets
- #zrangebylex — Oxblood::Commands::SortedSets
- #zrangebyscore — Oxblood::Commands::SortedSets
- #zrank — Oxblood::Commands::SortedSets
- #zrem — Oxblood::Commands::SortedSets
- #zremrangebylex — Oxblood::Commands::SortedSets
- #zremrangebyrank — Oxblood::Commands::SortedSets
- #zremrangebyscore — Oxblood::Commands::SortedSets
- #zrevrange — Oxblood::Commands::SortedSets
- #zrevrangebylex — Oxblood::Commands::SortedSets
- #zrevrangebyscore — Oxblood::Commands::SortedSets
- #zrevrank — Oxblood::Commands::SortedSets
- #zscan — Oxblood::Commands::SortedSets
- #zscore — Oxblood::Commands::SortedSets
- #zunionstore — Oxblood::Commands::SortedSets