Note: this component stores cluster-wide configuration data and is mirrored across all servers in the topology within the the same cluster.
Note: changes to cluster-wide configuration objects are immediately and automatically mirrored across all servers within the same cluster, so offline changes are not supported.
Redis Single Instance External Attribute Caches represent locations where the PingAuthorize Server can connect to a single external Redis cache.
↓Parent Component
↓Properties
↓dsconfig Usage
The Redis Single Instance External Attribute Cache component inherits from the External Attribute Cache
The properties supported by this managed object are as follows:
Basic Properties: | Advanced Properties: |
---|---|
↓ redis-node-addresses | None |
↓ username | |
↓ password |
Description | The node address of the Redis instance. The address should start with "redis://" or "rediss://", depending on whether the connection requires SSL, and the port must be included. For example, "redis://example.com:6479" or "rediss://example.com:6479". |
Default Value | |
Allowed Values | A string |
Multi-Valued | No |
Required | Yes |
Admin Action Required | None. Modification requires no further action |
Description | Specifies the username to be used when connecting to the Redis Single Instance External Attribute Cache. |
Default Value | None |
Allowed Values | A string |
Multi-Valued | No |
Required | No |
Admin Action Required | None. Modification requires no further action |
Description | Specifies the password to be used when connecting to the Redis Single Instance External Attribute Cache. |
Default Value | None |
Allowed Values | A string |
Multi-Valued | No |
Required | No |
Admin Action Required | None. Modification requires no further action |
To list the configured External Attribute Caches:
dsconfig list-external-attribute-caches [--property {propertyName}] ...
To view the configuration for an existing External Attribute Cache:
dsconfig get-external-attribute-cache-prop --cache-name {name} [--tab-delimited] [--script-friendly] [--property {propertyName}] ...
To update the configuration for an existing External Attribute Cache:
dsconfig set-external-attribute-cache-prop --cache-name {name} (--set|--add|--remove) {propertyName}:{propertyValue} [(--set|--add|--remove) {propertyName}:{propertyValue}] ...
To create a new Redis Single Instance External Attribute Cache:
dsconfig create-external-attribute-cache --cache-name {name} --type redis-single-instance [--set {propertyName}:{propertyValue}] ...
To delete an existing External Attribute Cache:
dsconfig delete-external-attribute-cache --cache-name {name}