flow-pie/chamaa.api

Add redis (Cache + queue)

Open

#71 创建于 2025年11月9日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)HTML (4 fork)auto 404
good first issue

仓库指标

Star
 (3 star)
PR 合并指标
 (PR 指标待抓取)

描述

Integrate Redis for caching and job queueing.

Requirements:

  • Setup Redis instance (local or cloud)
  • Create cache service for frequently accessed data (user profiles, groups, etc.)
  • Implement session management with Redis
  • Add job queue functionality using Bull or similar
  • Configure cache invalidation strategies
  • Add monitoring and health checks for Redis

Deliverables:

  • Redis connection service
  • Cache service module with get/set/delete operations
  • Session management implementation
  • Job queue setup and handlers
  • Redis configuration and documentation

贡献者指南