class Redis

def sinterstore(destination, *keys)

def sinterstore(destination, *keys)
  @client.call(:sinterstore, destination, *keys)
end