Skip to content
DocsTry Aspire
DocsTry

withDataVolume

Method
📦 Aspire.Hosting.Valkey v13.4.0
interface ValkeyResource {
// ... omitted for brevity
withDataVolume(
name?: string,
isReadOnly?: boolean): ValkeyResource;
}

Signature

methodwithDataVolumebuilder
Adds a named volume for the data folder to a Valkey container resource and enables Valkey persistence.
withDataVolume(
name?: string,
isReadOnly?: boolean): ValkeyResource
namestringoptional
isReadOnlybooleanoptional= False
ValkeyResource

Applies to

This method applies to the following types: