module Redis::Commands::Set

Direct including types

Defined in:

commands/set.cr

Instance Method Summary

Instance Method Detail

def sadd(key : String, *values : String) #

[View source]
def scard(key : String) #

[View source]
def sdiff(first : String, second : String) #

[View source]
def sinter(first : String, *others : String) #

[View source]
def sismember(key : String, value : String) #

[View source]
def smembers(key : String) #

[View source]
def srem(key : String, members : Enumerable(String)) #

[View source]
def srem(key : String, *values : String) #

[View source]