June 2015
Intermediate to advanced
318 pages
6h 57m
English
Lua is a high performing scripting language with interpreter written in C. Redis provides mechanism to extend the functionality of Redis by providing support for Lua in the server side. Since Redis is implemented in C, it gives a natural synergy for Lua to be offered along with Redis as a server add on. The Lua interpreter shipped along with Redis is with limited capability and following libraries are shipped along with it:
base librarytable librarystring librarymath librarydebug librarycjson librarycmsgpack libraryLibraries which can do File I/O and Networking are not included, so you cannot send a message from LUA script in REDIS to another external system.
Before we start with fun stuff, it's ...
Read now
Unlock full access