Skip to main content

Redis

Managed Redis instances for caching, sessions, queues, and real-time features. Provisioned with persistent storage and password authentication.

Eviction Policies

The eviction policy can be set at creation and updated at any time via the dashboard or API. Changes take effect immediately.

PolicyDescription
allkeys-lruEvict least recently used keys (default)
allkeys-lfuEvict least frequently used keys
allkeys-randomEvict random keys
volatile-lruEvict LRU keys with TTL set
volatile-lfuEvict LFU keys with TTL set
volatile-randomEvict random keys with TTL set
volatile-ttlEvict keys with shortest TTL
noevictionReturn error when memory full
connection
REDIS_URL=redis://:password@localhost:6379