node-cache-manager-redis
node-cache-manager-redis copied to clipboard
Expose `SCAN`
As per Redis documentation, we shouldn't rely on KEYS as much but rather use SCAN.
This was solved with #72.
Yup, @jeff-kilbride solved that like a pro ;-). We need to do a release to expose the changes, so I will keep open this issue until then.