diff options
author | Allen.Dou <allen.dou@hotmail.com> | 2013-04-19 11:26:43 +0800 |
---|---|---|
committer | Allen.Dou <allen.dou@hotmail.com> | 2013-04-19 11:26:43 +0800 |
commit | 8d5bc445e53ad4114aaac1dd4ff438b638aecede (patch) | |
tree | 954721752933c9aebd10bbe0da8cfd6e9e794c8e /hiredis.h | |
parent | 63ce20dd15f83c6ff2bdab1bf3dcd1866e826c71 (diff) |
SetKeepAlive
Keep client alive even though no command was sent to server for a long time.
Diffstat (limited to 'hiredis.h')
-rw-r--r-- | hiredis.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -88,6 +88,8 @@ #define REDIS_READER_MAX_BUF (1024*16) /* Default max unused reader buffer. */ +#define REDIS_KEEPALIVE_INTERVAL 15 /* seconds */ + #ifdef __cplusplus extern "C" { #endif |