redis-scanstreams
JSON →A streaming interface for Redis SCAN, SSCAN, HSCAN, and ZSCAN commands. Version 1.0.3 (last updated in 2017). It monkey-patches the node_redis client's *SCAN methods to return Node.js streams (Readable) instead of using callbacks, enabling easier consumption via pipe or stream libraries like terminus. This package is specific to node_redis and does not work with ioredis. It has no active maintenance and no TypeScript definitions. Suitable for scanning large datasets without blocking the event loop, but consider alternatives like ioredis which includes built-in scan streams.
Resources
packageredis-scanstreams ↗
API endpoints
full doc /v1/registry/redis-scanstreams