Integration with Redis for caching and distributed state management.
IDistributedCache.AddAppRedis.InstanceName.This module provides a pre-configured Redis client for TaskHub microservices.
Redis can be configured via appsettings.json and registered using AddAppRedis.
"Redis": {
"Endpoint": "localhost:6379",
"InstanceName": "TaskHub-Cache"
}
IDistributedCache.