lured
JSON →Lured is a Lua script loader for Redis that simplifies loading and managing multiple Lua scripts. Version 1.0.3 is the latest stable release, with a slow release cadence. It automatically computes SHA1 hashes for each script and exposes them to the user, enabling direct use with EVALSHA in MULTI commands. Key differentiators: it provides SHA values for full control, supports auto-reload on reconnection, and optimizes with SCRIPT EXISTS before SCRIPT LOAD to reduce network traffic. Unlike other loaders that hide SHAs, lured gives developers access to them.
Resources
packagelured ↗