11 references to WithDataVolume
Aspire.Hosting.Garnet (2)
GarnetBuilderExtensions.cs (2)
246/// or <see cref="WithDataVolume(IResourceBuilder{GarnetResource}, string?, bool)"/> to persist Garnet data across sessions with custom persistence configuration, e.g.: 268/// 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)
208garnet.WithDataVolume(isReadOnly: isReadOnly.Value); 212garnet.WithDataVolume(); 253.WithDataVolume(); 266.WithDataVolume(isReadOnly: true); 307.WithDataVolume()
GarnetFunctionalTests.cs (2)
124garnet1.WithDataVolume(volumeName); 192garnet2.WithDataVolume(volumeName);
GarnetPublicApiTests.cs (1)
45var action = () => builder.WithDataVolume();
Redis.AppHost (1)
Program.cs (1)
9.WithDataVolume();