Aspire.Hosting.Valkey
Official
📦 Aspire.Hosting.Valkey v13.2.0-preview.1.26159.1 4 Functions
1 Types
1 types and 13 members
Types
Functions
function
addValkey builder Adds a Valkey container resource
addValkey(name: string, port?: number, password?: ParameterResource): ValkeyResource function
withDataBindMount builder Adds a data bind mount for Valkey and enables persistence
withDataBindMount(source: string, isReadOnly?: boolean): ValkeyResource function
withDataVolume builder Adds a data volume for Valkey and enables persistence
withDataVolume(name?: string, isReadOnly?: boolean): ValkeyResource function
withPersistence builder Configures Valkey persistence
withPersistence(interval?: timespan, keysChangedThreshold?: number): ValkeyResource