From 00144f5c6260ab6a019665671522629ae507715e Mon Sep 17 00:00:00 2001 From: Jaikanth J <31009437+jaikanthjay46@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:03:33 +0530 Subject: [PATCH] fix: typo missing SOKETI_ prefix --- advanced-usage/caching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced-usage/caching.md b/advanced-usage/caching.md index 6dd3701..10ce109 100644 --- a/advanced-usage/caching.md +++ b/advanced-usage/caching.md @@ -7,4 +7,4 @@ Currently, the caching system is used to [cache app retrievals](../app-managemen | Name | Default | Possible values | Description | | -------------------------- | -------- | ----------------- | ------------------------------------------------------------------------------------------------------------------- | | `SOKETI_CACHE_DRIVER` | `memory` | `memory`, `redis` | The caching driver. | -| `CACHE_REDIS_CLUSTER_MODE` | `false` | `false`, `true` | Enable this if you run Redis in Cluster mode. [Read more](../getting-started/redis-configuration.md#redis-cluster). | +| `SOKETI_CACHE_REDIS_CLUSTER_MODE` | `false` | `false`, `true` | Enable this if you run Redis in Cluster mode. [Read more](../getting-started/redis-configuration.md#redis-cluster). |