A developer's guide to Redis
Advice for configuring and managing Redis in production
Overview of redis-cli, the Redis command line interface
Server-assisted, client-side caching in Redis
Overview of redis.conf, the Redis configuration file
The self-documented redis.conf file that's shipped with every version.
redis.conf
Overview of Redis key eviction policies (LRU, LFU, etc.)
High availability for non-clustered Redis
Monitor changes to Redis keys and values in real time
How Redis writes data to disk (append-only files, snapshots, etc.)
How to optimize round-trip times by batching Redis commands
Extending Redis with Lua and Redis Functions
How to use pub/sub channels in Redis
How Redis supports high availability and failover with replication
Horizontal scaling with Redis Cluster
Security model and features in Redis
How transactions work in Redis
Problems with Redis? Start here.
If you've found issues on this page, or have suggestions for improvement, please submit a request to merge or open an issue in the repository.