Redis Lua scripts execute atomically - no other Redis commands can run while a script is executing. This is crucial for operations that require read-modify-write semantics ...
The goal for this repo is to have a central place to share example Lua scripts, host any 'new' scripts, and to document where to find Lua scripts that already exist, as well as any tips or tricks ...