then-redis-scripts

JSON →
library 2.2.0 ·javascript
verified Jun 7, 2026

Script runner for Redis that loads Lua scripts from the file system, caches them, and executes via EVALSHA with automatic reload on SCRIPT FLUSH. Version 2.2.0 is current, stable, with low release cadence. Designed for use with the node_redis client, it simplifies managing and running Lua scripts in Redis by handling script loading, caching, and error recovery. Differentiator: automatic script caching and re-fetching if scripts are flushed from Redis server.