© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Kevin
i write code
Redis is single-threaded. Always has been, probably always will be.
You shouldn't need to use a transaction if you're doing a single command: SET HSET, GET, etc.
Transactions are useful for multiple commands that need to all succeed.