Stored Procedures
Not Supported
LedisDB does not support stored procedures, but like Redis, it provides the capability to evaluate scripts using the bulit-in Lua interpreter.
Scripts will be cached by LedisDB and can be invoked from the cache later. However, they are just cached rather than stored.