PowerDNS / weakforced

Anti-Abuse for servers at authentication time
GNU General Public License v3.0
125 stars 33 forks source link

Redis Keepalive and Configurable Timeout #314

Closed neilcook closed 4 years ago

neilcook commented 4 years ago

This PR adds the following to the redis black/whitelist capability:

1) Enable TCP keepalive for redis connections 2) Add a configurable timeout for reads/writes on redis connections. Defaults to 0 seconds and 100,000 microseconds.

Fixes #313

neilcook commented 4 years ago

thx!