Redis3.0发布

Redis3.0发布了

Redis3.0已官方发布,增加了对集群的支持。此外,还进行了许多性能改进。

发布说明

Redis2.8引入的更改点(以上转载)

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

 

    • New “embedded string” object encoding resulting in less cache

 

    • misses. Big speed gain under certain work loads.

 

    • AOF child -> parent final data transmission to minimize latency due

 

    • to “last write” during AOF rewrites.

 

    • Much improved LRU approximation algorithm for keys eviction.

 

    • WAIT command to block waiting for a write to be transmitted to

 

    • the specified number of slaves.

 

    • MIGRATE connection caching. Much faster keys migraitons.

 

    • MIGARTE new options COPY and REPLACE.

 

    • CLIENT PAUSE command: stop processing client requests for a

 

    • specified amount of time.

 

    • BITCOUNT performance improvements.

 

    • CONFIG SET accepts memory values in different units (for example

 

    • you can use “CONFIG SET maxmemory 1gb”).

 

    • Redis log format slightly changed reporting in each line the role of the

 

    • instance (master/slave) or if it’s a saving child log.

 

    INCR performance improvements.

请参考下文

我找到了一篇关于Redis 3.0支持集群的日文文章。

    • redis clusterの作り方

 

    • Redis Cluster のリシャーディングとorphaned masterの話

Redisのクラスタリング
図入りでクラスタリングの仕組みを解説しているので理解しやすいです。

集群规范文件(英语版)

    Redis Cluster Specification
广告
将在 10 秒后关闭
bannerAds