func()

in redis/redis.go [191:197]


func (c *Client) Close() {
	c.DefaultDB.Close()
	c.DBOne.Close()
	// for garbage collector
	c.DefaultDB = nil
	c.DBOne = nil
}