Skip to content
DocsTry Aspire
DocsTry

withRedis

Method
📦 CommunityToolkit.Aspire.Hosting.Logto v13.5.0
interface LogtoResource {
// ... omitted for brevity
withRedis(redis: RedisResource): LogtoResource;
}

Signature

methodwithRedisbuilder
Configures the Logto resource to use a specified Redis resource for caching or other functionality.
withRedis(redis: RedisResource): LogtoResource
redisRedisResource
LogtoResource

Applies to

This method applies to the following types: