property
primaryEndpointEndpointReferencegetGets the primary endpoint for the Redis server.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface RedisResource extends IComputeResource, IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithArgs, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly host: EndpointReferenceExpression; passwordParameter: ParameterResource; readonly port: EndpointReferenceExpression; readonly primaryEndpoint: EndpointReference; readonly tlsEnabled: boolean; readonly uriExpression: ReferenceExpression; withDataBindMount( source: string, isReadOnly?: boolean): RedisResource; withDataVolume( name?: string, isReadOnly?: boolean): RedisResource; withHostPort(port: number): RedisResource; withPassword(password: ParameterResource): RedisResource; withPersistence( interval?: timespan, keysChangedThreshold?: number): RedisResource; withRedisCommander(configureContainer?: (obj: RedisCommanderResource) => Promise<void>, containerName?: string): RedisResource; withRedisInsight(configureContainer?: (obj: RedisInsightResource) => Promise<void>, containerName?: string): RedisResource;}connectionStringExpressionReferenceExpressiongethostEndpointReferenceExpressiongetpasswordParameterParameterResourceget · setportEndpointReferenceExpressiongetprimaryEndpointEndpointReferencegettlsEnabledbooleangeturiExpressionReferenceExpressiongetwithDataBindMount( source: string, isReadOnly?: boolean): RedisResourceParameters
sourcestringisReadOnlybooleanoptional= FalseReturns
RedisResourcewithDataVolume( name?: string, isReadOnly?: boolean): RedisResourceParameters
namestringoptionalisReadOnlybooleanoptional= FalseReturns
RedisResourcewithHostPort(port: number): RedisResourceParameters
portnumberReturns
RedisResourcewithPassword(password: ParameterResource): RedisResourceParameters
passwordParameterResourceReturns
RedisResourcewithPersistence( interval?: timespan, keysChangedThreshold?: number): RedisResourceParameters
intervaltimespanoptionalkeysChangedThresholdnumberoptional= 1Returns
RedisResourcewithRedisCommander(configureContainer?: (obj: RedisCommanderResource) => Promise<void>, containerName?: string): RedisResourceParameters
configureContainer(obj: RedisCommanderResource) => Promise<void>optionalcontainerNamestringoptionalReturns
RedisResourcewithRedisInsight(configureContainer?: (obj: RedisInsightResource) => Promise<void>, containerName?: string): RedisResourceParameters
configureContainer(obj: RedisInsightResource) => Promise<void>optionalcontainerNamestringoptionalReturns
RedisResource