11 references to WithDataVolume
Aspire.Hosting.Garnet (2)
GarnetBuilderExtensions.cs (2)
153/// or <see cref="WithDataVolume(IResourceBuilder{GarnetResource}, string?, bool)"/> to persist Garnet data across sessions with custom persistence configuration, e.g.: 174/// or <see cref="WithDataVolume(IResourceBuilder{GarnetResource}, string?, bool)"/> to persist Garnet data across sessions with custom persistence configuration, e.g.:
Aspire.Hosting.Garnet.Tests (8)
AddGarnetTests.cs (5)
123garnet.WithDataVolume(isReadOnly: isReadOnly.Value); 127garnet.WithDataVolume(); 168.WithDataVolume(); 187.WithDataVolume(isReadOnly: true); 230.WithDataVolume()
GarnetFunctionalTests.cs (2)
126garnet1.WithDataVolume(volumeName); 194garnet2.WithDataVolume(volumeName);
GarnetPublicApiTests.cs (1)
77var action = () => builder.WithDataVolume();
Redis.AppHost (1)
Program.cs (1)
9.WithDataVolume("garnet-data");