mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
contrib: add redismodule.h version 7.0
From https://github.com/RedisLabsModules/RedisModulesSDK/blob/master/7.0/redismodule.h
This commit is contained in:
parent
8dce5ef987
commit
1cc2200fd7
5 changed files with 1589 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ src/contrib/proxyv2/proxyv2.c
|
|||
src/contrib/proxyv2/proxyv2.h
|
||||
src/contrib/qp-trie/trie.c
|
||||
src/contrib/qp-trie/trie.h
|
||||
src/contrib/redis/redismodule.h
|
||||
src/contrib/semaphore.c
|
||||
src/contrib/semaphore.h
|
||||
src/contrib/sockaddr.c
|
||||
|
|
|
|||
|
|
@ -37,6 +37,10 @@ Files: src/contrib/openbsd/strl*
|
|||
Copyright: 1998 Todd C. Miller <Todd.Miller@courtesan.com>
|
||||
License: ISC
|
||||
|
||||
Files: src/contrib/redis/*
|
||||
Copyright: 2016 Redis Labs
|
||||
License: MIT
|
||||
|
||||
Files: src/contrib/ucw/*
|
||||
Copyright: 2011-2025 CZ.NIC, z.s.p.o. and contributors <knot-dns@labs.nic.cz>
|
||||
1997-2017 Martin Mares <mj@ucw.cz>
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ libcontrib_la_SOURCES = \
|
|||
contrib/os.h \
|
||||
contrib/qp-trie/trie.c \
|
||||
contrib/qp-trie/trie.h \
|
||||
contrib/redis/redismodule.h \
|
||||
contrib/semaphore.c \
|
||||
contrib/semaphore.h \
|
||||
contrib/sockaddr.c \
|
||||
|
|
|
|||
1
src/contrib/redis/LICENSE
Normal file
1
src/contrib/redis/LICENSE
Normal file
|
|
@ -0,0 +1 @@
|
|||
../licenses/MIT
|
||||
1582
src/contrib/redis/redismodule.h
Normal file
1582
src/contrib/redis/redismodule.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue