module Redis::Commands::Set
  
  Direct including types
Defined in:
commands/set.crInstance Method Summary
- #sadd(key : String, *values : String)
 - #scard(key : String)
 - #sdiff(first : String, second : String)
 - #sinter(first : String, *others : String)
 - #sismember(key : String, value : String)
 - #smembers(key : String)
 - #srem(key : String, members : Enumerable(String))
 - #srem(key : String, *values : String)