func()
in
redis/redis.go [200:203]
4
lines of code
1
McCabe index (conditional complexity)
func (c *Client) Terminate() { c.Flush() // should go first c.Close() }