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

Upgrade php version of xampp not success -

amazon web services - S3 and apache mod_proxy with basic authentication -

powershell - This solution contains one or more assemblies targeted for the global assembly cache -