Skip to content

Commit

Permalink
Redis Insight text.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored and IEvangelist committed Oct 15, 2024
1 parent 5a80dca commit b5f64c5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Binary file added docs/whats-new/images/redis-insight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 16 additions & 1 deletion docs/whats-new/release-candidate-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,22 @@ builder.Build().Run();

## Integrations

### Redis Insights
### Redis Insight

A new extension method has been added to support starting up Redis Insight on a Redis resource:

```C#
var builder = DistributedApplication.CreateBuilder(args);
builder.AddRedis("redis")
.WithRedisInsight(); // Starts a Redis Insight container image
// that is preconfigured to work with the
// Redis instance.
```

The `WithRedisInsight(...)` extension method can be applied to multiple
Redis resources and they will each be visible on the Redis Insight dashboard.

![Redis Insight dashboard showing multiple Redis instances](images/redis-insight.png)

### Open AI

Expand Down

0 comments on commit b5f64c5

Please sign in to comment.