func()

in redis/redis.go [200:203]


func (c *Client) Terminate() {
	c.Flush() // should go first
	c.Close()
}