chore: coding style (#4082)

This commit is contained in:
Kevin Wan
2024-04-17 23:37:35 +08:00
committed by GitHub
parent 62c88a84d1
commit e9dc96af17
10 changed files with 24 additions and 30 deletions

View File

@@ -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