Skip to content

Releases: GigSalad/node-redis-scan

Upgrade devDependencies

17 Mar 16:33
Compare
Choose a tag to compare

Upgrades to latest versions of testing libraries and Redis library.

Also addresses security alert in Minimist package, used indirectly by Mocha.

Upgrade devDependencies

31 Dec 15:36
Compare
Choose a tag to compare

Address security alert in Handlebars which is used by the testing library.

Add support for HSCAN, SSCAN, and ZSCAN

30 Oct 15:41
20424cf
Compare
Choose a tag to compare

Each of the four scan methods Redis provides are now accessible via this library. Previously only the core SCAN method was supported. Now you can scan through hashes, sets, and sorted sets.

It's also now possible to specify the COUNT option for controlling how much work Redis should perform in each iteration of the scan.

Small patch

09 Jul 17:41
Compare
Choose a tag to compare

Trivial improvements and dev dependency updates since initial launch.