In Redis, with logging functionality for debugging, can be done by leveraging Redis commands within Lua. Redis offers support for Lua scripting, so you can define functions like adding, fetching, ...
Lua is often called a 'scripting langauge' which implies that it is only suitable for bashing out little scripts to do specific tasks. This is not true; many commercial games have much of their ...