]> git.saurik.com Git - redis.git/commit
run_id added to INFO output.
authorantirez <antirez@gmail.com>
Thu, 8 Mar 2012 09:13:12 +0000 (10:13 +0100)
committerantirez <antirez@gmail.com>
Thu, 8 Mar 2012 09:13:36 +0000 (10:13 +0100)
commit91d664d6ce3d85a5b282a3945153d78e2474640f
tree19bdb141050bed8d9259b408b129c329c36c7f3f
parent44f508f1a81941f298bdb0f2f87c4469094beeb6
run_id added to INFO output.

The Run ID is a field that identifies a single execution of the Redis
server. It can be useful for many purposes as it makes easy to detect if
the instance we are talking about is the same, or if it is a different
one or was rebooted. An application of run_id will be in the partial
synchronization of replication, where a slave may request a partial sync
from a given offset only if it is talking with the same master. Another
application is in failover and monitoring scripts.
src/redis.c
src/redis.h