Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 11:37
· 59 commits to master since this release

Changelog

  • Breaks down long HSET/RPUSH/SADD/ZADD in multiple batches to avoid long running commands leading to timeout during imports (see #18)
  • Added -batchSize option to control the size of those batches
  • Added acceptance tests.