Skip to content

Add new functionality

Compare
Choose a tag to compare
@soundslocke soundslocke released this 06 Apr 21:51
  • Add a new type option which allows users of Redis 6.0 and newer to scan for keys of a specific type.

  • Add a new limit option to allow canceling a scan when we've found the requested number of keys or more.

  • Add the ability to cancel the scan via the eachScanCallback function parameter of the eachScan() method.

  • Update mocha tests and readme.