class Redis

def method_missing(command, *args)

def method_missing(command, *args)
  @client.call(command, *args)
end