Explorar el Código

Update CHANGELOG.

Daniele Alessandri hace 10 años
padre
commit
aa8fd5cea4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      CHANGELOG.md

+ 3 - 0
CHANGELOG.md

@@ -7,6 +7,9 @@ v0.8.6 (2014-xx-xx)
 - Added `PFADD`, `PFCOUNT`, `PFMERGE` to the server profile for Redis 2.8 for
   handling the HyperLogLog data structure introduced in Redis 2.8.9.
 
+- Added `ZLEXCOUNT`, `ZRANGEBYLEX`, `ZREMRANGEBYLEX` to the server profile for
+  Redis 2.8 for handling lexicographic operations on members of sorted sets.
+
 - Minor tweaks to make this version of Predis compatible with HHVM >= 2.4.0.
 
 - Add support for key hash tags when using redis-cluster (Redis 3.0.0b1).