Merge pull request #10966 from pon0marev/redis-compatibility-note
Redis compatibility note
This commit is contained in:
commit
df00403fac
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user