mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-10 08:29:58 +08:00
chore: coding style (#4082)
This commit is contained in:
@@ -3,4 +3,4 @@ if redis.call("GET", KEYS[1]) == ARGV[1] then
|
||||
return "OK"
|
||||
else
|
||||
return redis.call("SET", KEYS[1], ARGV[1], "NX", "PX", ARGV[2])
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user