phpredis - If I run a long transaction or Lua script on a master redis instance, does it block on the read-only slaves -


i want able access recent copy of master redis server keys. doesn't have date polling read copy don't want transactions , lua scripts run on master instance block on read instance scan through keys on read instance.

can confirm/deny behaviour?

it won't block slaves anything, while master busy processing logic replication stopped. once logic ends (possibly generating writes), replication resume previous buffered contents , new ones (if any).


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -