Skip to content

Commit

Permalink
doc: Updated README with additional Redis properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jul 6, 2022
1 parent 59e2106 commit 3d9c939
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,18 @@ These will be passed to the backend JDBC driver as is.
==== Redis
The following properties can be used to configure Redis connections and storage:

`sidecar.redis.uri`:: Redis URI. See https://github.com/lettuce-io/lettuce-core/wiki/Redis-URI-and-connection-details#uri-syntax[here] for syntax.

`sidecar.redis.cluster`:: Set to `true` for Redis Cluster connections (default: `false`)

`sidecar.redis.tls`:: Establish a secure TLS connection.

`sidecar.redis.insecure`:: Allow insecure TLS connection by skipping cert validation.

`sidecar.redis.username`:: Used to send ACL style 'AUTH username pass'. Overrides username in Redis URI. Needs password.

`sidecar.redis.password`:: Password to use when connecting to the server. Overrides password in Redis URI.

`sidecar.redis.keyspace`:: Prefix for all Redis keys used by Sidecar like cache entries, configuration, and metrics (default: `sidecar`)

`sidecar.redis.key-separator`:: Delimiter to use between key elements (default: `:`).
Expand Down

0 comments on commit 3d9c939

Please sign in to comment.