From ecdc8241e783c3b81bd9e2cc1fe9b6c4c51f5e6a Mon Sep 17 00:00:00 2001 From: Pablo Ferreiro Date: Tue, 25 Jan 2022 17:26:02 +0100 Subject: [PATCH] redis fix --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index e278745..e274ebf 100644 --- a/.env.example +++ b/.env.example @@ -4,8 +4,8 @@ # API_CACHE=redis # Cache engine for TikTok Api, (more info on README) # Redis cache, used on Helpers\CacheEngines\RedisCache (CHOOSE ONE) -# API_CACHE_REDIS_URL=redis://:password@host:port # If using password -# API_CACHE_REDIS_URL=redis://host:port # If not using password +# REDIS_URL=redis://:password@host:port # If using password +# REDIS_URL=redis://host:port # If not using password # JSON cache, used on Helpers\CacheEngines\JSONCache # API_CACHE_JSON=/tmp/proxitok_api # Path for JSON API Cache, leave commented for ./cache/api