Skip to content

Commit

Permalink
Update public-site/docs/docs/topic-redis/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Hagen <[email protected]>
  • Loading branch information
satr and Richard87 authored Oct 23, 2024
1 parent edddd45 commit dd5e357
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion public-site/docs/docs/topic-redis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ Radix does not implicitly restart pods, configured to use pre-built `image` prop

# Using Azure Cache for Redis as an Alternative

To overcome the limitations of running Redis natively in Kubernetes, a more robust solution is to use https://azure.microsoft.com/en-us/products/cache. Azure Cache for Redis is a fully managed, scalable, and highly available Redis service provided by Microsoft Azure.
To overcome the limitations of running Redis natively in Kubernetes, a more robust solution is to use https://azure.microsoft.com/en-us/products/cache. Azure Cache for Redis is a fully managed, scalable, and highly available Redis service provided by Microsoft Azure.

:::tip
It is highly recommend to use a persistent Session Store for production applications, like [Azure Cache for Redis](https://azure.microsoft.com/en-us/products/cache).

Radix Web Console also uses Azure Cache for Redis to store sessions.
:::

0 comments on commit dd5e357

Please sign in to comment.