- replace interface{} with any across ~30 files for Go 1.18+ style
- adopt for-range-over-int loops in place of explicit index loops
- use maps.Copy from stdlib to replace manual map copy loops
- use min() builtin for exponential backoff delay cap in retry_manager
- add MongoDB 7.0 K8s manifests (StatefulSet, Service, PVC, Secret)
- document PostgreSQL and MongoDB deploy steps in deploy.md with SSH tunnel port mappings
|
||
|---|---|---|
| .. | ||
| anchor_set.go | ||
| component_set.go | ||
| graph.go | ||
| hash_test.go | ||
| multi_branch_tree.go | ||
| redis_client.go | ||
| redis_hash.go | ||
| redis_init.go | ||
| redis_set.go | ||
| redis_string.go | ||
| redis_zset.go | ||
| topologic_set.go | ||