new module: lua-resty-redis
needed for some stuff
This commit is contained in:
parent
c84dcf5982
commit
f994704035
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
2
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
|
||||
|
|
1
sources/lua-resty-redis
Submodule
1
sources/lua-resty-redis
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 1ad17e14fb464bf581afcd8774644738a46cb58c
|
Loading…
Add table
Reference in a new issue