Skip to content

Redis (OrchardCore.Redis)

Integrates Redis into Orchard Core. Provides the following features:

  • Redis: Redis configuration support.
  • Redis Cache: Distributed cache using Redis.
  • Redis Bus: Makes the Signal service distributed.
  • Redis Lock: Distributed Lock using Redis.
  • Redis DataProtection: Distributed DataProtection using Redis.

Health Checks

This module provides a health check to report the status for the Redis server. Refer also to the Health Checks Section.

Video