mathewmorris / magic-vault

Magic Vault: A web app for managing and playtesting your Magic the Gathering card collection.
https://magic-vault.mathewmorris.com
0 stars 0 forks source link

Implementing Redis Document Cache for Efficient MTG Card Searches with Scryfall API #11

Open mathewmorris opened 8 months ago

mathewmorris commented 8 months ago

Develop a caching layer using Redis to store and retrieve Magic: The Gathering card information, optimizing search efficiency by minimizing repeated queries to the Scryfall API. This task involves setting up a Redis instance, integrating it with a T3 stack application, and implementing logic to cache card data as JSON documents. The goal is to enhance the application's performance and user experience by reducing load times and API request overhead, leveraging Redis' fast in-memory data storage capabilities.

mathewmorris commented 8 months ago

Tasks to complete: