]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
modules/redis: implement basic hiredis storage backend
authorMarek Vavruša <marek.vavrusa@nic.cz>
Wed, 10 Jun 2015 01:23:26 +0000 (03:23 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Wed, 10 Jun 2015 21:46:53 +0000 (23:46 +0200)
commit578d59c08839a6e14696b6e1d2abe5e90156ef47
tree322e2418c5fe75754fe0acbdc93e678c4a510cc6
parentc78c9faf59c92b0fa9101e5d2df9cad72a9079dc
modules/redis: implement basic hiredis storage backend

the Redis backend supports UNIX, TCP and custom ports
no real transactions nor iteration, but it’s not needed at the moment
transactions keep replies in a freelist, which is purged on transaction
commit / abort
Makefile
doc/modules.rst
help.mk
modules/modules.mk
modules/redis/README.rst [new file with mode: 0644]
modules/redis/namedb_redis.c [new file with mode: 0644]
modules/redis/redis.c [new file with mode: 0644]
modules/redis/redis.mk [new file with mode: 0644]