• Matt Stancliff's avatar
    Add cluster or sentinel to proc title · 2c273e35
    Matt Stancliff authored
    If you launch redis with `redis-server --sentinel` then
    in a ps, your output only says "redis-server IP:Port" — this
    patch changes the proc title to include [sentinel] or
    [cluster] depending on the current server mode:
    e.g.  "redis-server IP:Port [sentinel]"
          "redis-server IP:Port [cluster]"
    2c273e35
redis.c 123 KB