Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix bug where non-typed responses are not evicted by query TTL #85

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

danReynolds
Copy link
Collaborator

Closes #81

Query fields are entered in the entity type map with a typename of Query so that they can be evicted like any other typed object when read with an expired TTL.

@danReynolds danReynolds merged commit 42b9004 into master Aug 6, 2024
2 checks passed
@danReynolds danReynolds deleted the bugfix/#81 branch August 6, 2024 19:06
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TTL doesn't work for query which responded with empty array or scalar
1 participant