redisq icon indicating copy to clipboard operation
redisq copied to clipboard

expire

Open jasoncheng opened this issue 11 years ago • 4 comments

Is there any way to set expire or TTL ? thanks.

jasoncheng avatar Aug 19 '14 02:08 jasoncheng

Expire of a task/job?

runk avatar Aug 19 '14 03:08 runk

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

jasoncheng avatar Aug 19 '14 03:08 jasoncheng

Thanks for feedback. :+1:

Right now history length is hardcoded to two weeks. I'll try to create a flag for enabling/disabling it.

runk avatar Aug 19 '14 04:08 runk

Thanks and appreciate

jasoncheng avatar Aug 19 '14 10:08 jasoncheng