redisq
redisq copied to clipboard
expire
Is there any way to set expire or TTL ? thanks.
Expire of a task/job?
Expire task data & history (or disiable history ), could it possible ? (for my REDIS grow to 7G disk usage and cause REDIS crash, so i am looking for some way to set TTL or Expire the REDIS data)
BTW, thanks for share redisq, love this project
Thanks for feedback. :+1:
Right now history length is hardcoded to two weeks. I'll try to create a flag for enabling/disabling it.
Thanks and appreciate