class Redis

def flushall

def flushall
  @client.call(:flushall)
end