Skip to content

Commit

Permalink
[databases]: update a description for redis_ssl in redis advanced con…
Browse files Browse the repository at this point in the history
…fig (#940)
  • Loading branch information
loosla authored Nov 4, 2024
1 parent b1c4c46 commit ed79c72
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ type: object

properties:
redis_maxmemory_policy:
$ref: '../eviction_policy_model.yml'
$ref: "../eviction_policy_model.yml"
redis_pubsub_client_output_buffer_limit:
description: >-
Set output buffer limit for pub / sub clients in MB. The value is the hard
Expand Down Expand Up @@ -43,7 +43,10 @@ properties:
default: 1
example: 1
redis_ssl:
description: Require SSL to access Redis
description: |
Require SSL to access Redis.
- When enabled, Redis accepts only SSL connections on port `25061`.
- When disabled, port `25060` is opened for non-SSL connections, while port `25061` remains available for SSL connections.
type: boolean
default: true
example: true
Expand Down Expand Up @@ -74,13 +77,13 @@ properties:
- `A` — Alias for `"g$lshztxed"`
type: string
pattern: ^[KEg\$lshzxeA]*$
default: ''
default: ""
maxLength: 32
example: K
redis_persistence:
type: string
enum:
- 'off'
- "off"
- rdb
description: >-
When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key
Expand Down

0 comments on commit ed79c72

Please sign in to comment.