feat: shared cache for next caching (#2426)

This commit is contained in:
Shubham Palriwala
2024-04-12 00:35:49 +05:30
committed by GitHub
parent 04e43725d1
commit ee15c2676c
11 changed files with 61 additions and 73 deletions

View File

@@ -79,8 +79,11 @@ x-environment: &environment
# Uncomment and set to 1 to skip onboarding for new users
# ONBOARDING_DISABLED: 1
# The below is used for Rate Limiting & Next Caching (uses In-Memory Next Cache if not provided)
# REDIS_CLIENT_URL:
# The below is used for Next Caching (uses In-Memory from Next Cache if not provided)
# REDIS_URL:
# The below is used for Rate Limiting (uses In-Memory LRU Cache if not provided)
# REDIS_HTTP_URL:
services:
postgres: