You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: jest config
* feat: integrate Redis for logging middleware and data storage
- Added Redis as a dependency in package.json.
- Implemented Redis client configuration in redis.config.ts.
- Created RedisService for handling data storage and retrieval.
- Developed logger middleware to log requests and store logs in Redis.
- Introduced redis routes for accessing stored data.
- Updated app.ts to include logger middleware and Redis routes.
- Modified AuthService to include debug logging for user registration.
- Updated environment variables to include REDIS_URL.
- Disabled SQL logging in data-source.ts for production readiness.
* lint: fix lint erros in code
* fix: redis env variable missing in ci script
* feat: add user role to private the access to the redis routes
* feat: update Redis service and tests, refactor auth service logging, and adjust test database imports
* fix: fix redis service injection
0 commit comments