"vscode:/vscode.git/clone" did not exist on "e8bae92e5479bc64a82d92c73e9360438cf9f6f5"
Add cluster or sentinel to proc title
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]"
Please register or sign in to comment