摘要: String lua="local num=redis.call('incr',KEYS[1])\n"+"if tonumber(num)==1 then\n"+ "\tredis.call('expire',KEYS[1],ARGV[1])\n"+ "\treturn 1\n"+"elseif t 阅读全文
posted @ 2021-07-11 22:01 余生请多指教ANT 阅读(98) 评论(0) 推荐(0) 编辑