Merge branch 'main' into tc-go-adoption-2

* main: (36 commits)
  Update README.md
  Update README.md
  Update README.md
  Update README.md
  Update README.md
  Update README.md
  Update README.md
  starting separate container for each test is beyond efficient, reverted back
  review updates
  Trailing spaces removed
  Comments deleted
  (update): main README to include Neo4j test image tag
  (update): storage.go to include Neo4j package
  (fix): neo4j/neo4j_test.go
  Add DragonflyDB info to Redis README and remove DragonflyDB file
  Update neo4j/neo4j_test.go
  testcontainer now working fine
  (fix): neo4j README
  Update README.md
  added dragonflydb support
  ...
This commit is contained in:
Manuel de la Peña
2025-02-18 16:11:50 +01:00
12 changed files with 988 additions and 5 deletions

View File

@@ -133,9 +133,6 @@ func configDefault(config ...Config) Config {
if cfg.Table == "" {
cfg.Table = ConfigDefault.Table
}
if cfg.Table == "" {
cfg.Table = ConfigDefault.Table
}
if int(cfg.GCInterval.Seconds()) <= 0 {
cfg.GCInterval = ConfigDefault.GCInterval
}