I\'m using go-redis in go to get list data from Redis.
IDs, err := redisClient.LRange("ID", 0, -1).Result() if err != nil { panic(err) } fmt.Pri