Redis script manager for "Redbird".
Easily load scripts into Redis' script cache
Redscript caches the sha1 digest in a cache allowing it to invoke the script on Redis using the hash instead of eval'ing it each time.
Redscript also guards against script flushes on Redis. If the Redis script cache is flushed or the script disappears for whatever reason, Redscript will automatically detect this and re-load the script into Redis before executing.
Based on "Scripty"
.Package(url: "https://github.com/plarson/redscript", majorVersion: 0, minor: 1)
Please create an issue with a description of your problem or open a pull request with a fix.
MIT
Phil Larson - http://dizm.com