Lua Scripts Are Not Atomic in Redis

Redis is an in-memory data structure store, very powerful, with an excellent abstraction via its API to manipulate its data structure. What makes Redis very powerful, in my opinion, is the variety of data structures it provides and the performance of its operations. This last feature is an effect of being an in-memory store. As with every software, Redis also has technical decisions and limitations that we need to be aware of and consider when choosing it. [Read More]