Aspire.Hosting.Garnet
Official
📦 Aspire.Hosting.Garnetv13.4.04Functions
1Types
1 types and 6 members
Types
Functions
method
addGarnetbuilderAdds a Garnet container resource to the application model.
addGarnet(name: string, port?: number, password?: ParameterResource): GarnetResourcemethod
withDataBindMountbuilderAdds a bind mount for the data folder to a Garnet container resource and enables Garnet persistence.
withDataBindMount(source: string, isReadOnly?: boolean): GarnetResourcemethod
withDataVolumebuilderAdds a named volume for the data folder to a Garnet container resource and enables Garnet persistence.
withDataVolume(name?: string, isReadOnly?: boolean): GarnetResourcemethod
withPersistencebuilderConfigures a Garnet container resource for persistence.
withPersistence(interval?: timespan): GarnetResource