]> git.ipfire.org Git - thirdparty/unbound.git/commit
added option 'redis-set-ttl' to define whether ttl should be added to redis records
authorTalkabout <talk.about@gmx.de>
Tue, 31 Mar 2020 10:47:13 +0000 (12:47 +0200)
committerTalkabout <talk.about@gmx.de>
Tue, 31 Mar 2020 10:47:13 +0000 (12:47 +0200)
commitb130a8b45931fcb3ee897dcec6c34461737d501a
treeb7f2d0e4a204e8f8849de43754b51020d66b801b
parentfa0623a9b5fb6c36f3dd87356c811af0b2445df8
added option 'redis-set-ttl' to define whether ttl should be added to redis records
added check for redis command 'setex' when initializing redis connection
updated documentation
minor improvements to previous changes
cachedb/cachedb.c
cachedb/cachedb.h
cachedb/redis.c
doc/unbound.conf.5.in
util/config_file.c
util/config_file.h
util/configlexer.c
util/configlexer.lex
util/configparser.c
util/configparser.h
util/configparser.y