4 Transactions🔗ℹ

You may notice that transaction-related commands are conspicuously missing from this library. That’s intentional! Redis transactions were created before the introduction of lua scripting and the guarantees they offer are weaker than the guarantees offered by script execution, therefore I have decided to forego implementing the transaction commands for the time being.

Check out Scripts for a nice bridge between the lua scripting world and Racket.