nginx.conf http { lua_package_path "/path/to/lua-resty-redis/lib/?.lua;;"; . ... redis = md_redis:new() redis:set_timeout(1000) -- 1 sec -- or connect to a ...
確定! 回上一頁