lock.lua. if redis.call('exists', KEYS[1]) == 0 then redis.call('hset', KEYS[1], ARGV[1], 1); redis.call('expire', KEYS[1], ARGV[2]); return ...
確定! 回上一頁