Aspire.Hosting.Garnet
Official
📦 Aspire.Hosting.Garnet v13.2.0-preview.1.26159.1 4 Functions
1 Types
1 types and 13 members
Types
Functions
function
addGarnet builder Adds a Garnet container resource to the application model.
addGarnet(name: string, port?: number, password?: ParameterResource): GarnetResource function
withDataBindMount builder Mounts a host directory as the Garnet data directory.
withDataBindMount(source: string, isReadOnly?: boolean): GarnetResource function
withDataVolume builder Adds a persistent data volume to the Garnet resource.
withDataVolume(name?: string, isReadOnly?: boolean): GarnetResource function
withPersistence builder Configures snapshot persistence for the Garnet resource.
withPersistence(interval?: timespan): GarnetResource