diff --git a/go.sum b/go.sum index b8ceedd..10a858b 100644 --- a/go.sum +++ b/go.sum @@ -49,8 +49,8 @@ github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1y github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY= github.com/onsi/gomega v1.18.1 h1:M1GfJqGRrBrrGGsbxzV5dqM2U2ApXefZCQpkukxYRLE= github.com/onsi/gomega v1.18.1/go.mod h1:0q+aL8jAiMXy9hbwj2mr5GziHiwhAIQpFmmtT5hitRs= -github.com/phyer/core v0.1.21 h1:akZDwpqRGxtysvGun9PjyZcrysGIaWcphcWafxxZtig= -github.com/phyer/core v0.1.21/go.mod h1:XZdniJiiZPzOU8+QHPFRQWdvJa6m5Ilj5VClWWI0OQg= +github.com/phyer/core v0.1.22 h1:E3ON/W2h+t/AEIR04LMzZXxHxPCS35mYvHX/Jn2VT0w= +github.com/phyer/core v0.1.22/go.mod h1:XZdniJiiZPzOU8+QHPFRQWdvJa6m5Ilj5VClWWI0OQg= github.com/phyer/texus v0.0.0-20241207132635-0e7fb63f8196 h1:P1sxgCsS0VIL38ufZzgUuZLLyY/B+po6kSY7ziNZT7E= github.com/phyer/texus v0.0.0-20241207132635-0e7fb63f8196/go.mod h1:iZexs5agdApNlp8HW/FqKgma4Ij1x8/o+ZLcMvY3f80= github.com/phyer/v5sdkgo v0.1.4 h1:mAxxjPJVTYGuGDarqOcFGkzj5AgqbbzJGsnYmmsbapU= diff --git a/modules/extent.go b/modules/extent.go index a0079db..b2cecb9 100644 --- a/modules/extent.go +++ b/modules/extent.go @@ -214,9 +214,9 @@ 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) + fmt.Println("ary: ", ary, " setName: ", setName, " opt: ", opt) if err != nil { return &cdl, err } diff --git a/siaga b/siaga index 58ad6b0..8c48e94 100755 Binary files a/siaga and b/siaga differ