stock rsi push to elasticsearch
This commit is contained in:
parent
f9a5a8cae4
commit
5e094c1271
@ -220,7 +220,7 @@ func GetRangeCandleSortedSet(cr *core.Core, setName string, count int, from time
|
||||
if cunt > 0 {
|
||||
logrus.Warning("移出过期的引用数量:", setName, count, "ZRemRangeByScore ", setName, 0, strconv.FormatInt(oti, 10))
|
||||
}
|
||||
// logrus.Info("ZRevRangeByScore ", setName, opt)
|
||||
logrus.Info("ZRevRangeByScore ", setName, opt)
|
||||
ary, err = cli.ZRevRangeByScore(setName, opt).Result()
|
||||
fmt.Println("ary: ", ary, " setName: ", setName, " opt: ", opt)
|
||||
if err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user