This package is deprecated and unmaintained. It provided a Redis script manager for Node.js, allowing loading and caching of Lua scripts using SHA1 digests with an LRU cache, and automatic detection of script cache flushes. The current stable version is 0.0.6, which was the last release. The project has been renamed to node-redis-script and is no longer supported. Users should migrate to the new package.
npm install node-redis-scriptyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a Scripty instance, load a Lua script, and run it with arguments.
Migrate to https://github.com/TheDeveloper/node-redis-script
Use node-redis v0.10.x or verify compatibility.
No fix; design limitation.
Install using npm install node-redis-scripty (note: deprecated) or switch to node-redis-script.
Use require('node-redis-scripty') instead of import.