10 references to WithModule
Aspire.Hosting.Redis.Tests (10)
AddRedisTests.cs (6)
664
.
WithModule
(RedisModules.Json);
676
.
WithModule
("/opt/redis/custom-module");
688
.
WithModule
(RedisModules.Search)
689
.
WithModule
("/opt/redis/custom-module.so");
701
.
WithModule
(RedisModules.Json)
702
.
WithModule
("/usr/local/lib/redis/modules/rejson.so");
RedisFunctionalTests.cs (1)
143
.
WithModule
(RedisModules.Json);
RedisPublicApiTests.cs (3)
141
var action = () => builder.
WithModule
(RedisModules.Json);
156
var action = () => redis.
WithModule
(path);
171
var action = () => redis.
WithModule
(path);