9 references to WithDataVolume
Aspire.Hosting.Valkey (1)
ValkeyBuilderExtensions.cs (1)
153
/// or <see cref="
WithDataVolume
(IResourceBuilder{ValkeyResource}, string?, bool)"/> to persist Valkey data across sessions with custom persistence configuration, e.g.:
Aspire.Hosting.Valkey.Tests (7)
AddValkeyTests.cs (5)
123
valkey.
WithDataVolume
(isReadOnly: isReadOnly.Value);
127
valkey.
WithDataVolume
();
168
.
WithDataVolume
();
187
.
WithDataVolume
(isReadOnly: true);
230
.
WithDataVolume
()
ValkeyFunctionalTests.cs (2)
79
valkey1.
WithDataVolume
(volumeName);
132
valkey2.
WithDataVolume
(volumeName);
Redis.AppHost (1)
Program.cs (1)
12
.
WithDataVolume
("valkey-data");