]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] check: add redis check support
authorHervé COMMOWICK <vr@exosec.fr>
Fri, 5 Aug 2011 14:23:48 +0000 (16:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 6 Aug 2011 13:52:47 +0000 (15:52 +0200)
commitec032d63a68582cb16055c9bb589b3dc50bf144b
tree8a29c33832cec15fce1f7be0e7014261c31d3b5c
parentdaa824e513cc9de9b57211d66f4025b7c7d32ac5
[MINOR] check: add redis check support

This patch provides a new "option redis-check" statement to enable server health checks based on redis PING request (http://www.redis.io/commands/ping).
doc/configuration.txt
include/common/defaults.h
include/types/proxy.h
src/cfgparse.c
src/checks.c