Why can't convert string to int with value got by go-redis?

前端 未结 0 1020
温柔的废话
温柔的废话 2021-01-05 15:56

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题