Skip to content
DocsTry Aspire
DocsTry

LogtoResource.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

Defined on

This method is defined on the following type: