feat: add redis client

This commit is contained in:
Anthony Berg
2023-05-27 07:17:35 +01:00
parent 49a5430cc0
commit 592c1c05cc
4 changed files with 147 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ POSTGRES_DB=DB
# Redis
REDIS_URL= # URL to redis database (if running everything within docker compose, use "redis")
BULLMQ_URL # URL for redis database, but without redis:// and credentials
# Database URL (designed for Postgres, but designed on Prisma)
DATABASE_URL= # "postgresql://USERNAME:PASSWORD@postgres:5432/DB?schema=ara&sslmode=prefer"