Daniele Alessandri 10 年 前
コミット
287b4c76ce
2 ファイル変更4 行追加1 行削除
  1. 3 0
      CHANGELOG.md
  2. 1 1
      README.md

+ 3 - 0
CHANGELOG.md

@@ -1,6 +1,9 @@
 v0.8.7 (2014-xx-xx)
 ================================================================================
 
+- Added `3.0` in the server profiles aliases list for Redis 3.0. `2.8` is still
+  the default server profile and `dev` still targets Redis 3.0.
+
 - Switched internally to the `CLUSTER SLOTS` command instead of `CLUSTER NODES`
   to fetch the updated slots map from redis-cluster. This change requires users
   to upgrade Redis nodes to >= 3.0.0b7.

+ 1 - 1
README.md

@@ -20,7 +20,7 @@ on the online [wiki](https://github.com/nrk/predis/wiki).
 
 ## Main features ##
 
-- Wide range of Redis versions supported (from __1.2__ to __2.8__ and unstable) using profiles.
+- Wide range of Redis versions supported (from __1.2__ to __3.0__ and __unstable__) using profiles.
 - Clustering via client-side sharding using consistent hashing or custom distributors.
 - Smart support for [redis-cluster](http://redis.io/topics/cluster-spec) (Redis >= 3.0).
 - Support for master-slave replication configurations (write on master, read from slaves).