摘要:
前言 certbot-auto申请证书时发现如下提示;certbot-auto被弃用了 Skipping bootstrap because certbot-auto is deprecated on this system. Your system is not supported by cert 阅读全文
摘要:
只用了string类型举例 local redis = require "resty.redis" local r = redis.new(); -- 连接redis local conn, err = r.connect(r, "xxx.xxx.xxx.xxx", 6379); -- 设置超时 r 阅读全文