Remove obsolete ManagedPeriodicWork

This commit is contained in:
Chris Eager
2023-09-18 10:49:27 -05:00
committed by Sergey Skrobotov
parent d10a132b0c
commit 16012e6ffe
4 changed files with 0 additions and 330 deletions

View File

@@ -1,8 +0,0 @@
-- keys: lock_key
-- argv: lock_value
if redis.call("GET", KEYS[1]) == ARGV[1] then
return redis.call("DEL", KEYS[1])
else
return 0
end