Class: Swagger::Redis

Inherits:
Object
  • Object
show all
Extended by:
Swallow
Includes:
Commands::Keys, Commands::Lists, Commands::Sets, Commands::SortedSets, Commands::Strings
Defined in:
lib/swagger/redis.rb

Constant Summary

Constants included from Commands::SortedSets

Commands::SortedSets::KEY_TYPE

Constants included from Commands::Sets

Commands::Sets::KEY_TYPE

Constants included from Commands::Lists

Commands::Lists::KEY_TYPE

Method Summary

Methods included from Swallow

swallow

Methods included from Commands::Strings

#decr, #decrby, #get, #incr, #incrby, #mapped_mget, #mget, #set, #setnx

Methods included from Commands::SortedSets

#zadd, #zcard, #zrange, #zrangebyscore, #zrem

Methods included from Commands::Sets

#sadd, #sismember, #smembers, #srem

Methods included from Commands::Lists

#llen, #lpop, #lrange, #lrem, #lset, #ltrim, #rpush

Methods included from Commands::Keys

#del, #exists, #keys