Skip to content
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

Journal entries remains after original entry expiration #51

Open
jankonas opened this issue Nov 18, 2023 · 1 comment
Open

Journal entries remains after original entry expiration #51

jankonas opened this issue Nov 18, 2023 · 1 comment

Comments

@jankonas
Copy link
Contributor

Journal entries are written without TTL. So if the original entry is deleted by Redis because of it's expiration, the journal entry still stays in the database.

Shouldn't the journal entries inherit TTL/expiration from the original cache item?

@jankonas
Copy link
Contributor Author

I'm currently working on fixing this, it is more complex than I thought :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant