░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/lib/base/canvas/cache
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: debounced_clear.lua
local debounce_key = KEYS[1] local debounce_window = ARGV[1] local debounce_value = "1" -- if equal we can do nothing, as we JUST cleared the db if redis.call("get", debounce_key) ~= debounce_value then redis.call("flushdb") redis.call("setex", debounce_key, debounce_window, debounce_value) end return redis.call("ttl", debounce_key)
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 debounced_clear.lua
LUA
341 B
2023-09-24 03:36
EDIT
📄 fallback_expiration_cache.rb
RB
2 KB
2023-09-24 03:36
EDIT
📄 fallback_memory_cache.rb
RB
2.6 KB
2023-09-24 03:36
EDIT
📄 local_redis_cache.rb
RB
2.5 KB
2023-09-24 03:36
EDIT