From 55181245b6545fd3721e5bd68a39145aa5c732df Mon Sep 17 00:00:00 2001 From: Kehinde Date: Sun, 1 Mar 2026 15:10:27 +0100 Subject: [PATCH] Update eviction policy link to latest Redis documentation --- redis/features/eviction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/features/eviction.mdx b/redis/features/eviction.mdx index ba9992eb..964bceba 100644 --- a/redis/features/eviction.mdx +++ b/redis/features/eviction.mdx @@ -27,7 +27,7 @@ cache to adapt to evolving data needs while maintaining optimal performance. Upstash currently uses a single eviction algorithm, called **optimistic-volatile**, which is a combination of _volatile-random_ and _allkeys-random_ eviction policies available in -[the original Redis](https://redis.io/docs/manual/eviction/#eviction-policies). +[the original Redis](https://redis.io/docs/latest/operate/rs/databases/memory-performance/eviction-policy/). Initially, Upstash employs random sampling to select keys for eviction, giving priority to keys marked with a TTL (expire field). If there is a shortage of