February 2018
Intermediate to advanced
382 pages
11h 33m
English
Lua, a lightweight script language, has been introduced into Redis since version 2.6. Similar to the transactions in Redis mentioned in the recipe Understanding Redis transactions, a Lua script is executed atomically, while more powerful features and programming logic can be implemented in Lua as a server-side script language. In this recipe, we'll see how to write and execute a Lua script in Redis.
Read now
Unlock full access