Changes for version 0.02 - 2015-09-10
- not fully backwards compatible anymore
- run_script doesn't take SHA1s anymore, but script_name as specified by register_script, so the caller no longer needs to keep track of sha1s
- better test suite
- script_dir capability, either in new() or in register_all_scripts(), so register_file now possible as well as register_script
- script_cache checks are all local, no more Redis roundtrips to check for script existence
- flush_all_scripts() option, to flush remote Redis and local script_cache
Modules
Cached Lua scripts on a Redis server