A NPL/Lua client library for the Redis advanced key-value database, which is based on redis-lua and NPL builtin sockets library.
nplc install nplc-packages/redis-npl
- Support for Redis >= 1.2
- Command pipelining
- Redis transactions (MULTI/EXEC) with CAS
- User-definable commands
- UNIX domain sockets (when available in NPL builtin sockets library)
Just see ./example or redis-lua