Best of Redis — February 2023
- 1
- 2
Redis·3yGo-Redis Is Now an Official Redis Client
Go-Redis has become an official Redis client, making it easier for developers to use Redis in their Go projects. Version 9 of Go-Redis introduces new features such as support for the RESP3 protocol, a new hooks API, improved pipeline retries, and performance monitoring via OpenTelemetry.
- 3
AWS Tip·3y
Scaling Cache with Redis
This post discusses the concept of scaling in computer science, focusing on vertical and horizontal scaling. It explores techniques such as read replicas, sharding, and active-active multi-master replication in Redis. Redis Enterprise is also mentioned as a solution that offers additional features for scaling.