Scripting Redis using Lua
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...
Jan 10, 20224 min read1.5K


