Redis version freeze note for thingsboard.yml

This commit is contained in:
pon0marev 2024-06-10 14:44:40 +03:00
parent e1bf9dce52
commit 3ed2ae8d99

View File

@ -485,7 +485,7 @@ actors:
# Cache settings parameters # Cache settings parameters
cache: cache:
# caffeine or redis # caffeine or redis(7.2 - latest compatible version)
type: "${CACHE_TYPE:caffeine}" type: "${CACHE_TYPE:caffeine}"
maximumPoolSize: "${CACHE_MAXIMUM_POOL_SIZE:16}" # max pool size to process futures that call the external cache maximumPoolSize: "${CACHE_MAXIMUM_POOL_SIZE:16}" # max pool size to process futures that call the external cache
attributes: attributes: