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 ...
Expand All @@ -95,7 +95,7 @@ pkg_check_modules(SDL2 REQUIRED IMPORTED_TARGET sdl2) pkg_check_modules(LibArchive REQUIRED IMPORTED_TARGET libarchive) pkg_check_modules(Zstd REQUIRED IMPORTED_TARGET ...