Is Redis ZADD or ZSCORE atomic? -


this question has answer here:

if 2 redis clients issue zadd or zscore commands concurrently, have race condition , mess set value? if not thread-safe, need protect commands lock, right?

i read zset api reference. maybe missed it, saw mentions thread-safety of zset commands.

i found answer here. redis single threaded , commands queued , serialized, there no parallel command execution worry about.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -