Redis Cluster - production ready?

前端 未结 3 1010
粉色の甜心
粉色の甜心 2020-12-08 03:05

I was reading Redis documentation, and I am most interested in the partitioning feature.

Redis documentation states the following:

Data store

3条回答
  •  粉色の甜心
    2020-12-08 03:34

    Redis Cluster is included in Redis 3.0.0, released 1 Apr 2015.

    --[ Redis 3.0.0 ] Release date: 1 Apr 2015

    What's new in Redis 3.0 compared to Redis 2.8?

    • Redis Cluster: a distributed implementation of a subset of Redis.

    https://raw.githubusercontent.com/antirez/redis/3.0/00-RELEASENOTES

提交回复
热议问题