diff --git a/configs/basicConfig.json b/configs/basicConfig.json index 829cb95..6011019 100644 --- a/configs/basicConfig.json +++ b/configs/basicConfig.json @@ -145,6 +145,9 @@ "index": 5, "description": "" }, + "sortedSet": { + "length": 3000 + }, "credential": { "secretKey": "D6D74DF9DD60A25BE2B27CA71D8F814D", "baseUrl": "aws.okx.com", diff --git a/go.mod b/go.mod index 29def2c..0061528 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ go 1.21 require ( github.com/go-redis/redis v6.15.9+incompatible - github.com/phyer/core v0.2.16 + github.com/phyer/core v0.2.17 github.com/sirupsen/logrus v1.9.3 )