new module: lua-resty-redis

needed for some stuff
This commit is contained in:
Lily Tsuru 2025-02-07 04:38:59 -05:00
parent c84dcf5982
commit f994704035
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View file

@ -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

2
build
View file

@ -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

@ -0,0 +1 @@
Subproject commit 1ad17e14fb464bf581afcd8774644738a46cb58c