11 references to WithDataVolume
Aspire.Hosting.Garnet (2)
GarnetBuilderExtensions.cs (2)
248/// or <see cref="WithDataVolume(IResourceBuilder{GarnetResource}, string?, bool)"/> to persist Garnet data across sessions with custom persistence configuration, e.g.: 270/// 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)
207garnet.WithDataVolume(isReadOnly: isReadOnly.Value); 211garnet.WithDataVolume(); 252.WithDataVolume(); 265.WithDataVolume(isReadOnly: true); 306.WithDataVolume()
GarnetFunctionalTests.cs (2)
122garnet1.WithDataVolume(volumeName); 190garnet2.WithDataVolume(volumeName);
GarnetPublicApiTests.cs (1)
44var action = () => builder.WithDataVolume();
Redis.AppHost (1)
Program.cs (1)
9.WithDataVolume();