Skip to content

Implement Redis Caching on Food and Cart Routes #65

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

Open
rishyym0927 opened this issue Jan 5, 2025 · 0 comments
Open

Implement Redis Caching on Food and Cart Routes #65

rishyym0927 opened this issue Jan 5, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request INTERMEDIATE Intermediate Level Issue SWOC Part of Script Winter of Code 5.0 SWOC 5.O Issue comes under Script Winter of Code 5.O

Comments

@rishyym0927
Copy link
Contributor

Description:
Optimize the food and cart routes by implementing caching with Redis to reduce database calls and improve performance.

Tasks:

  • Install and configure Redis in the project.
  • Add Redis caching to the food route:
    • Cache frequently accessed food data.
    • Implement cache invalidation strategy for updates.
  • Add Redis caching to the cart route:
    • Cache user-specific cart data.
    • Implement appropriate expiration time for cart cache.
  • Test caching functionality and validate performance improvements.
@XDFrost XDFrost added enhancement New feature or request SWOC Part of Script Winter of Code 5.0 INTERMEDIATE Intermediate Level Issue SWOC 5.O Issue comes under Script Winter of Code 5.O labels Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request INTERMEDIATE Intermediate Level Issue SWOC Part of Script Winter of Code 5.0 SWOC 5.O Issue comes under Script Winter of Code 5.O
Projects
None yet
Development

No branches or pull requests

2 participants