AWS Certified DevOps Engineer Notes
| Redis | Memcached |
|---|---|
| Multi AZ with automatic failover | Uses Multi-node for partitioning of data (sharding) |
| Read Replicas to scale reads and have high availability | No high availability |
| Data durability using AOF persistance | No persistance of data |
| Backup and restore features | No backup and restore |
| Supports Sets a Sorted Sets | Has a multi-threaded architecture |