From f994704035e42fd8a80ab55bf2de07e201cfc0a8 Mon Sep 17 00:00:00 2001 From: modeco80 Date: Fri, 7 Feb 2025 04:38:59 -0500 Subject: [PATCH] new module: lua-resty-redis needed for some stuff --- .gitmodules | 3 +++ build | 2 +- sources/lua-resty-redis | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 sources/lua-resty-redis diff --git a/.gitmodules b/.gitmodules index 41c19a4..3df4fef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "sources/lua-resty-string"] path = sources/lua-resty-string url = https://github.com/openresty/lua-resty-string +[submodule "sources/lua-resty-redis"] + path = sources/lua-resty-redis + url = https://github.com/openresty/lua-resty-redis diff --git a/build b/build index 76f6b3c..a1bace6 100755 --- a/build +++ b/build @@ -82,7 +82,7 @@ popd # resty libs that can be installed RESTY_LIBS=( - lua-resty-{core,lrucache,string,websocket,http} + lua-resty-{core,lrucache,string,websocket,http, redis} ) # install resty libs diff --git a/sources/lua-resty-redis b/sources/lua-resty-redis new file mode 160000 index 0000000..1ad17e1 --- /dev/null +++ b/sources/lua-resty-redis @@ -0,0 +1 @@ +Subproject commit 1ad17e14fb464bf581afcd8774644738a46cb58c