LogtoResource.withRedis
Method
interface LogtoResource { // ... omitted for brevity withRedis(redis: RedisResource): LogtoResource;}Signature
method
withRedisbuilderConfigures the Logto resource to use a specified Redis resource for caching or other functionality.
withRedis(redis: RedisResource): LogtoResourceParameters
redisRedisResourceReturns
LogtoResourceDefined on
This method is defined on the following type: