Skip to content

feat(backend): add Redis caching for improved performance#273

Open
ACodehunter wants to merge 1 commit intoDXmakers:mainfrom
ACodehunter:feat/198-redis-caching
Open

feat(backend): add Redis caching for improved performance#273
ACodehunter wants to merge 1 commit intoDXmakers:mainfrom
ACodehunter:feat/198-redis-caching

Conversation

@ACodehunter
Copy link
Copy Markdown

  • Integrate Redis cache service using fred crate
  • Cache job listings, user profiles, and contract state
  • Configurable TTL for different cache types
  • Graceful degradation when Redis is unavailable
  • Enhanced health check endpoint with cache status
  • Add REDIS_URL to environment configuration
  • Include comprehensive unit tests

Closes #198

- Integrate Redis cache service using fred crate
- Cache job listings, user profiles, and contract state
- Configurable TTL for different cache types
- Graceful degradation when Redis is unavailable
- Enhanced health check endpoint with cache status
- Add REDIS_URL to environment configuration
- Include comprehensive unit tests

Closes DXmakers#198
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 24, 2026

@ACodehunter Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Backend: Set up Redis for caching

1 participant