Add new functionality
-
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 theeachScan()
method. -
Update mocha tests and readme.