Example #1
0
func pingHandle(data string, c *redis.Client, ch chan struct{}) {
	for _ = range ch {
		c.Ping()
	}
}