Skip to content

Commit

Permalink
fix yeti_rl_cleanup.lua call example
Browse files Browse the repository at this point in the history
  • Loading branch information
furmur committed Jan 7, 2025
1 parent 7c57b71 commit 9893f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scripts/yeti_rl_cleanup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- * iterate rl:* keys
-- * delete key if no entries within [now-1day, now] range for it
-- usage:
-- $ redis-cli --eval rl_cleanup.lua
-- $ redis-cli --eval yeti_rl_cleanup.lua

local removed_keys = {}

Expand Down

0 comments on commit 9893f99

Please sign in to comment.