Skip to content

Migrate from Memcache to Solid Cache (postgresql) - #6305

Draft
colby-swandale wants to merge 1 commit into
masterfrom
colby/solid-cache
Draft

Migrate from Memcache to Solid Cache (postgresql)#6305
colby-swandale wants to merge 1 commit into
masterfrom
colby/solid-cache

Conversation

@colby-swandale

Copy link
Copy Markdown
Member

Migrate Rails.cache from Memcached to Solid Cache, which stores cache entries in PostgreSQL. This eliminates memcached as an external service dependency, simplifying both local development setup and production infrastructure.

This PR will require some coordination to ensure that we're able to smoothly migrate from Memcache to Solid Cache without affecting production. User session data is signed and encrypted in Cookies, but we use Rails cache for Rate Limiting & Compact Index data.

We don't yet have a database setup for Solid Cache, but will circle back with the new details in the near future.

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