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

Bugfix/redis cache backend #143

Merged
merged 6 commits into from
Sep 30, 2024
Merged

Bugfix/redis cache backend #143

merged 6 commits into from
Sep 30, 2024

Conversation

weakbit
Copy link
Contributor

@weakbit weakbit commented Jan 4, 2024

In reaction to #63 i checked the extension using redis. If redis cache lifetime is overdue, it might report it still "has" an object, but getting it returns "false".

Also to allow persistent caches which might be a valid solution if all file transfers are passed through TYPO3, i removed the clear-cache call on initialization.

@weakbit weakbit requested a review from Kanti June 14, 2024 11:37
'database' => 0,
'hostname' => 'redis',
'port' => 6379,
],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no groups = pages ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The example shows a possibility to keep this cache also the page cache is cleared. That might make sense in many cases

@weakbit weakbit merged commit de26427 into master Sep 30, 2024
7 checks passed
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.

2 participants