class Redis

def mset(*args)

def mset(*args)
  @client.call(:mset, *args)
end