redis-scripto

JSON →
library 0.1.3 ·javascript maintenance
verified Jun 7, 2026

redis-scripto (v0.1.3) is a Redis Lua script manager for Node.js (Node >= 0.8.x). It automates the process of loading Lua scripts into Redis using SCRIPT LOAD and executing them via EVALSHA for network efficiency, falling back to EVAL while scripts are loading. It also recovers from dropped connections by reloading scripts. Key differentiator: simplifies Redis Lua scripting in Node.js by managing script loading from directory, files, or inline JavaScript objects automatically. The package is stable but in maintenance mode, with no new features or updates since 2013. It uses callbacks and is not Promise/async-based. Alternative: use ioredis with built-in script management.