mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
feat: added support for redis read replica and updated doc
This commit is contained in:
@@ -190,6 +190,12 @@ Redis is used for caching and background tasks. You can use either a standalone
|
||||
Comma-separated list of Redis Cluster host:port pairs. ```
|
||||
192.168.65.254:26379,192.168.65.254:26380 ```
|
||||
</ParamField>
|
||||
<ParamField query="REDIS_CLUSTER_ENABLE_TLS" type="boolean" default="false">
|
||||
Enable Redis TLS encryption on connection.
|
||||
</ParamField>
|
||||
<ParamField query="REDIS_CLUSTER_AWS_ELASTICACHE_DNS_LOOKUP_MODE" type="boolean" default="false">
|
||||
Enable this if you are using AWS encrypt on transit for Elasticache cluster. For more information refer .
|
||||
</ParamField>
|
||||
<ParamField query="REDIS_USERNAME" type="string" default="none">
|
||||
Authentication username for Redis Node
|
||||
</ParamField>
|
||||
@@ -197,6 +203,20 @@ Redis is used for caching and background tasks. You can use either a standalone
|
||||
Authentication password for Redis Node
|
||||
</ParamField>
|
||||
</Tab>
|
||||
<Tab title="Redis Read Replica">
|
||||
<ParamField
|
||||
query="REDIS_READ_REPLICAS"
|
||||
type="string"
|
||||
default="none"
|
||||
required
|
||||
>
|
||||
Comma-separated list of Redis read replicas host:port pairs. ```
|
||||
192.168.65.254:26379,192.168.65.254:26380 ```
|
||||
</ParamField>
|
||||
|
||||
The rest of the parameters of the primary instance will be inherited.
|
||||
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
## Email Service
|
||||
|
||||
Reference in New Issue
Block a user