"are redis operations on data structures thread safe" Code Answer

3

if you read the little redis book at some point this sentence comes.

"you might not know it, but redis is actually single-threaded, which is how every command is guaranteed to be atomic. while one command is executing, no other command will run."

have a look in http://openmymind.net/2012/1/23/the-little-redis-book/ for more information

regards

By Brendon Baumgartner on August 12 2022

Answers related to “are redis operations on data structures thread safe”

Only authorized users can answer the Search term. Please sign in first, or register a free account.