GarnetBuilderExtensions Class

Definition

Provides extension methods for adding Garnet resources to the application model.

public static class GarnetBuilderExtensions
type GarnetBuilderExtensions = class
Public Module GarnetBuilderExtensions
Inheritance
GarnetBuilderExtensions

Methods

AddGarnet(IDistributedApplicationBuilder, String, Nullable<Int32>)

Adds a Garnet container to the application model.

WithDataBindMount(IResourceBuilder<GarnetResource>, String, Boolean)

Adds a bind mount for the data folder to a Garnet container resource and enables Garnet persistence.

WithDataVolume(IResourceBuilder<GarnetResource>, String, Boolean)

Adds a named volume for the data folder to a Garnet container resource and enables Garnet persistence.

WithPersistence(IResourceBuilder<GarnetResource>, Nullable<TimeSpan>, Int64)

Configures a Garnet container resource for persistence.

Applies to