node-redis-eval
A small package to help calling lua scripts in Redis. It manages caching the script in the redis instance and caches the sha1 hash locally; also, it checks to see if the redis has already cached this script before sending it.
Usage
Install:
npm install redis-eval --save
In Code:
var redis = client = redis reval = script = __dirname + '/myluascript.lua'; ;
License
See LICENSE