authelia/docs/content/en/reference/integrations/cache-integrations.md

1.3 KiB

title description lead date draft images menu weight toc
Cache Integrations A cache integration reference guide This section contains a cache integration reference guide for Authelia. 2022-12-09T18:24:02+11:00 false
reference
parent
integrations
320 true

We currently only support Redis Standalone and Redis Sentinel for cached information like sessions (other than in-memory).

Redis

The following is guidance on versions of Redis supported.

Standalone

When it comes to Redis Standalone we support the versions supported by Redis themselves which can be found in the Redis release cycle documentation. This is typically the latest available version.

Sentinel

When it comes to Redis Sentinel we support the versions supported by Redis themselves which can be found in the Redis release cycle documentation. This is typically the latest available version.

Note: Currently we only support Redis Sentinel version 6.x due to a breaking change to Redis Sentinel in version 7.x. This will be resolved in the near future.