Scripting Redis using Lua
Jan 10, 2022 · 4 min read · Redis is an awesome data structures server. It provides access to mutable data structures via a set of commands. Data structures store tied to simple a TCP server, how cool is that!! While Redis is fairly easy to use via “a set of commands”, issues...
GSudarshan commented

