Added Redis cache
This commit is contained in:
parent
b7563d3ee9
commit
282ad20a6b
5 changed files with 53 additions and 3 deletions
|
|
@ -1,2 +1,7 @@
|
|||
APP_SUBDIR=/ # Subpath your app is running, defaults to /
|
||||
APP_CACHE=json # Cache engine for TikTok Api, defaults to json (more info on README)
|
||||
# APP_SUBDIR=/ # Subpath your app is running, defaults to /
|
||||
# APP_CACHE=json # Cache engine for TikTok Api, defaults to json (more info on README)
|
||||
|
||||
# Redis, used on Helpers\CahceEngines\RedisCache (CHOOSE ONE)
|
||||
|
||||
# REDIS_URL=redis://:password@host:port # If using password
|
||||
# REDIS_URL=redis://host:port # If not using password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue