-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set an expiration time? #43
Comments
Do you mean the |
No. For there is not enough redis space for the snapshot, so it is prudent to create a process to clean up some data after a period of time. Thanks for your reply. |
Just so I understand correctly, are you suggesting to add ability in this plugin to specify a timeout (Redis TTL) on a snapshot? Snapshots are stored in a Sorted Set with |
I tried the function: deleteSnapshots(criteria: SnapshotSelectionCriteria), and it didn't work. |
for some reason, I need to set an expiration time for the snapshot. so how to configure the plugin?
Thanks for you work.
The text was updated successfully, but these errors were encountered: