Skip to content

Commit b45c1a7

Browse files
redis insights instead of commander #295
1 parent 0aa7e93 commit b45c1a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/host/Codebreaker.AppHost/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
string botDelay = builder.Configuration.GetSection("Bot")["Delay"] ?? "1000";
77

88
var redis = builder.AddRedis("redis")
9-
.WithRedisCommander()
9+
.WithRedisInsight()
1010
.PublishAsContainer();
1111

1212
if (startupMode == "OnPremises")

0 commit comments

Comments
 (0)