I'm using Redis script by Lua to do some module related to money (http://redis.io/commands/eval). Unfortunately, Redis Lua does not support big decimal type. I searched through the internet and found some library for supporting decimal for lua like lmapm. But unfortunately, I don't know how to install to use it in Redis script.
For a general question, how can I install third party library for Redis script (like https://github.com/amakawa/ohm.lua), because seem like Redis script does not understand some basic function of Lua like "module", and has some restrict like no global variable and function...
Please help me to solve this. I searched around for days but can't find any solution. Thanks so much, I really appreciate!