location /hello { default_type 'text/json'; local redis = require "resty.redis"; local instance = redis:new(); local host = "127.0.0.1"; local port = 6379; ...
確定! 回上一頁