Skip to content

Add support for Redis Stack to Aspire.Hosting #1663

@josephaw1022

Description

@josephaw1022

Use existing Redis hosting support to add support for Redis stack.

var redisStack = builder.AddRedis("redis", stack: true)
                         .WithRedisCommander();

and

var redisStack = builder.AddRedisContainer("redis", stack: true);

For more information on what redis stack is
https://redis.io/docs/about/about-stack/

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-integrationsIssues pertaining to Aspire Integrations packagesredisIssues related to redis integrations

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions