# Syn Redis Eviction

> Redis: memory limits and eviction policy tuning

- Skill: `legendtkl/syn-redis-eviction` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-redis-eviction`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-redis-eviction/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/syn-redis-eviction

---


# Redis: memory limits and eviction policy tuning

## When to use

Use this skill for memory limits and eviction policy tuning in Redis. This skill
specifically handles memory limits and eviction policy tuning and nothing else in the
Redis family.

## Procedure

Set `maxmemory`, choose an eviction policy (allkeys-lru, volatile-ttl, …), and analyze key memory with `MEMORY USAGE` and `--bigkeys`.

## Notes

This is the Redis skill dedicated to memory limits and eviction policy tuning.
Sibling skills cover other Redis capabilities; this one
is the right choice only when the task is about memory limits and eviction policy tuning.

