Update CHANGELOG.

This commit is contained in:
Daniele Alessandri
2011-03-08 12:18:44 +01:00
parent 9f1f07083a
commit c73d0b375b
+3 -1
View File
@@ -1,8 +1,10 @@
v0.6.6 (2011-xx-xx)
* Added a VERSION constant to Predis\Client.
* Some performance improvements for multibulk replies (parsing them is about
16% faster than the previous version).
* Add support for connecting to Redis using UNIX domain sockets (ISSUE #25).
* Added support for connecting to Redis using UNIX domain sockets (ISSUE #25).
* ZUNIONSTORE and ZINTERSTORE can accept an array to specify a list of the
source keys to be used to populate the destination key.