Redis administration
Advice for configuring and managing Redis in production
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
Overview of the many data types supported by Redis
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.