Jimmy Baker

Joined

10 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Russian Doll Caching with Rails 5 Discussion

Great job on this one. I've been wanting this feature for years. For multi-tenant apps that are setup using Postgres schema's, would it be best to override the cache key to include the tenant id so that it's totally not possible for Todo number 5 in tenant 1 to overlap with Todo number 5 in tenant 2? I know the updated_at makes this a remote possibility, BUT it's still possible. Thoughts?