]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Add --with-libhiredis, unbound support for a new cached backend
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 15 Mar 2018 12:33:51 +0000 (12:33 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 15 Mar 2018 12:33:51 +0000 (12:33 +0000)
commite784758a213894912dd29f570244c6ef53197816
tree6f85dadcdf2b597d686da971c807ef0f000e84ae
parentf7fe1a1093bb15a6b277be39e7c76ed97d07f49d
- Add --with-libhiredis, unbound support for a new cached backend
  that uses a Redis server as the storage.  This implementation
  depends on the hiredis client library (https://redislabs.com/lp/hiredis/).
  And unbound should be built with both --enable-cachedb and
  --with-libhiredis[=PATH] (where $PATH/include/hiredis/hiredis.h
  should exist).  Patch from Jinmei Tatuya (Infoblox).

git-svn-id: file:///svn/unbound/trunk@4586 be551aaa-1e26-0410-a405-d3ace91eadb9
19 files changed:
Makefile.in
cachedb/cachedb.c
cachedb/cachedb.h
cachedb/redis.c [new file with mode: 0644]
cachedb/redis.h [new file with mode: 0644]
config.h.in
configure
configure.ac
contrib/README
contrib/unbound-querycachedb.py [new file with mode: 0644]
doc/Changelog
doc/example.conf.in
doc/unbound.conf.5.in
util/config_file.h
util/configlexer.c
util/configlexer.lex
util/configparser.c
util/configparser.h
util/configparser.y