]> git.saurik.com Git - redis.git/commitdiff
Sentinel: scripts execution engine improved.
authorantirez <antirez@gmail.com>
Fri, 27 Jul 2012 08:39:39 +0000 (10:39 +0200)
committerantirez <antirez@gmail.com>
Sat, 28 Jul 2012 18:54:27 +0000 (20:54 +0200)
We no longer use a vanilla fork+execve but take a queue of jobs of
scripts to execute, with retry on error, timeouts, and so forth.

Currently this is used only for notifications but soon the ability to
also call clients reconfiguration scripts will be added.


No differences found