]> git.saurik.com Git - redis.git/commit - src/redis.c
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>
Wed, 29 Aug 2012 09:44:01 +0000 (11:44 +0200)
commit8246e58abebb7b4421a78d68e81bc8cd1ca536ac
tree14e5f904dcf8c88677e07582172893de60b8c30f
parent712656e8481f768470af82503dd84695496cd0a3
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