只收到一条消息问题的修复
This commit is contained in:
parent
a86c5fc4cf
commit
aad7090535
@ -215,8 +215,8 @@ func GetRangeCandleSortedSet(cr *core.Core, setName string, count int, from time
|
||||
logrus.Warning("移出过期的引用数量:", setName, count, "ZRemRangeByScore ", setName, 0, strconv.FormatInt(oti, 10))
|
||||
}
|
||||
logrus.Info("ZRevRangeByScore ", setName, opt)
|
||||
fmt.Println("any: ", any)
|
||||
ary, err = cli.ZRevRangeByScore(setName, opt).Result()
|
||||
fmt.Println("any: ", any)
|
||||
if err != nil {
|
||||
return &cdl, err
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user