in redis/redis.go [183:188]
func (c *Client) Flush() error { if _, err := c.DefaultDB.FlushAll().Result(); err != nil { return err } return nil }