Redis Settings
AtScale supports the following settings for configuring Redis.
redis.retry_interval
- Default:
1500 - Restart: Yes
Time interval in milliseconds after which another attempt to send a command will be executed.
redis.parallelism.io_bound
- Default:
4 - Restart: Yes
Redis IO-bound parallelism.
redis.password
- Default:
- Restart: Yes
Password used to authenticate into Redis.
redis.ssl.truststore.password
- Default:
- Restart: Yes
Password assigned to have access to the Redis truststore.
redis.event_loop_threads
- Default:
32 - Restart: Yes
Sets the number of threads to allocate in Redisson's event loop connection pool. If set to 0, the pool size will default to 2 * CPU cores.
redis.host
- Default:
redis - Restart: Yes
Redis hostname.
redis.ssl.enabled
- Default:
false - Restart: Yes
Weather engine will connect to Redis using SSL/TLS certificates or not.
redis.retry_attempts
- Default:
3 - Restart: Yes
Number of times the command will be retried before throwing the error.
redis.read_timeout_milliseconds
- Default:
1000 - Restart: Yes
Redis read timeout in milliseconds.
redis.username
- Default:
- Restart: Yes
Username used to auth into Redis.
redis.port
- Default:
6379 - Restart: Yes
Redis port.
redis.ssl.truststore.path
- Default:
- Restart: Yes
Path where the Redis keystore.p12 file will be placed.
redis.connection_pool_size
- Default:
300 - Restart: Yes
Sets the maximum number of connections the pool can allocate for concurrent requests.
redis.parallelism.cpu_bound
- Default:
4 - Restart: Yes
Redis CPU-bound parallelism.