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

Fix cache redis not being used #16131

Merged
merged 1 commit into from Apr 29, 2021

Conversation

noellabo
Copy link
Contributor

Fix #15911

Even though redis for caching was specified, it wasn't enabled.


Note: If you are using cache-only redis and you are running the main branch, it is recommended that you clear the cache from the main redis with tootctl as below after applying this change.

CACHE_REDIS_PORT=6379 RAILS_ENV=production bin/tootctl cache clear

This example assumes that REDIS_PORT is 6379 and CACHE_REDIS_PORT is different. Temporarily set CACHE_REDIS_ * to the same as REDIS_ * to clear the cache.

@Gargron Gargron merged commit 422df9d into mastodon:main Apr 29, 2021
@noellabo noellabo deleted the fix-cache-redis-not-being-used branch April 29, 2021 17:47
chrisguida pushed a commit to Start9Labs/mastodon that referenced this pull request Feb 26, 2022
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.

None yet

2 participants