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

Added memcached support for the new TTL feature #32

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

TassiloPitrasch
Copy link
Owner

Changes related to the support of a memcached database:

  1. As getting the TTL of memcached entries is not trivial and storing the expiry time in the secret itself is - IMHO - not feasible, the memcached client sets the TTL of returned secrets to -1. The website displays a corresponding notice.
  2. Additionally, the parsing of the expiry date in general was made a little more resilient.
  3. Deployment of the Docker container with the memcached database was also enhanced.

The notice(s) also use the translation mechanism now.

@TassiloPitrasch TassiloPitrasch merged commit f464d9b into main Dec 13, 2024
@TassiloPitrasch TassiloPitrasch deleted the feature/support-memcached branch December 13, 2024 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant