]> git.saurik.com Git - redis.git/commit
Sentinel: add Redis execution mode to INFO output.
authorantirez <antirez@gmail.com>
Wed, 29 Aug 2012 09:44:01 +0000 (11:44 +0200)
committerantirez <antirez@gmail.com>
Thu, 27 Sep 2012 11:05:53 +0000 (13:05 +0200)
commitb65f3c21765cfc00fe5d319ed4a811cc6103ffa8
tree19ea882a04f1770a8db7083b6de74da01946be28
parent161e137c55b1404b7fb2250b280c34379072d036
Sentinel: add Redis execution mode to INFO output.

The new "redis_mode" field in the INFO output will show if Redis is
running in standalone mode, cluster, or sentinel mode.
src/redis.c