cde569513cdb91e6f605c4240924d12f7e5d031a
bab78381a9c54b809dc76144aa9f773d387bb621
@@ -14,9 +14,11 @@ "github.com/redis/go-redis/v9" "go.uber.org/zap" ) -const db = 0 -const key = "run_id" -const fallbackRunID uint64 = 210 +const ( + db = 0 + key = "run_id" + fallbackRunID uint64 = 210 +) type RedisOptions struct { Address string