This document summarizes Redis versions from 2.8 to 3.2 and discusses new features and improvements. Redis 2.8 introduced the SCAN command to iteratively scan keys and partial sync replication to avoid full resynchronization if connections are briefly lost. Redis 3.0 added Redis Cluster for automatic sharding and diskless replication for faster replication without disk I/O. Redis 3.2 optimized string header sizes in SDS to reduce memory usage and added new GEO commands.