func()

in redis/redis.go [156:161]


func (c *Client) DBOneSRem(hostport, svcport string) {
	_, err := c.DBOne.SRem(hostport, svcport).Result()
	if err != nil {
		log.Printf("DBOne.SRem(%s, %s).Result() Error: %s\n", hostport, svcport, err.Error())
	}
}