寫點東西吧,懒人。

· ☕ 23 分钟
https://redis.io/topics/cluster-spec Implemented subset Redis Cluster implements a concept called hash tags that can be used in order to force certain keys to be stored in the same hash slot. However during manual resharding, multi-key operations may become unavailable for some time while single key operations are always available. Clients and Servers roles in the Redis Cluster protocol In Redis Cluster nodes are responsible for holding the data, and taking the state of the cluster, including mapping keys to the right nodes.

· ☕ 1 分钟
https://iximiuz.com/en/posts/prometheus-is-not-a-tsdb/ https://www.robustperception.io/blog https://promlabs.com/blog/ https://timber.io/blog/promql-for-humans/ https://github.com/iximiuz/pq https://play0ad.com/

· ☕ 1 分钟
微服务各种流控技术 * 分布式一致性技术 锁 数据一致性协议 Java 网络 Netty Thread Pool DB *