|
hello, I would like to understand the usefulness of the expire column, I note that is equal to the date of creation the key + the blockduration . But My second question is: I notice that my data gets deleted after a certain period of inactivity for some keys. . what it the starategy ? and can i change it ?:for exemple delete keys that are not used for 24h . Thank you in advance for the answer. |
Answered by
animir
Jul 10, 2022
Replies: 1 comment
|
@nouhab Hey, thank you.
You can read about clearExpiredByTimeout on wiki. |
0 replies
Answer selected by
animir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@nouhab Hey, thank you.
Sorry for the late response.
expirecolumn is necessary to keep track of amount of points consumed during specific period of time.You can read about clearExpiredByTimeout on wiki.
I hope, this helps.