in https://redis.io/commands/incr, the lua code: local current current = redis.call("incr",KEYS[1]) if tonumber(current) == 1 then redis.call("expire" ...
確定! 回上一頁