Merge pull request #10966 from pon0marev/redis-compatibility-note

Redis compatibility note
This commit is contained in:
Andrew Shvayka 2024-08-09 17:00:17 +03:00 committed by GitHub
commit df00403fac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 1 deletions

View File

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

View File

@ -18,6 +18,7 @@ version: '3.0'
services:
# Redis cluster
# The latest version of Redis compatible with ThingsBoard is 7.2
redis-node-0:
image: bitnami/redis-cluster:7.2
volumes:

View File

@ -18,6 +18,7 @@ version: '3.0'
services:
# Redis sentinel
# The latest version of Redis compatible with ThingsBoard is 7.2
redis-master:
image: 'bitnami/redis:7.2'
volumes:

View File

@ -18,6 +18,7 @@ version: '3.0'
services:
# Redis standalone
# The latest version of Redis compatible with ThingsBoard is 7.2
redis:
restart: always
image: bitnami/redis:7.2

View File

@ -18,6 +18,7 @@ version: '3.0'
services:
# Redis standalone
# The latest version of Redis compatible with ThingsBoard is 7.2
redis:
restart: always
image: bitnami/redis:7.2