redis fix

This commit is contained in:
Pablo Ferreiro 2022-01-25 17:26:02 +01:00
parent 6d6ec109ca
commit ecdc8241e7
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24

View file

@ -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