Update CHANGELOG.

This commit is contained in:
Daniele Alessandri
2013-12-11 13:11:39 +01:00
parent 5eb975ef69
commit 1c05c878f4
+7
View File
@@ -103,6 +103,13 @@ v0.8.5 (2013-xx-xx)
responses are not parsed, which means arguments must follow the signature of
the command as defined by Redis and complex responses are left untouched.
- URI parsing for connection parameters has been improved and has slightly less
overhead when the number of fields in the querystring grows. New features are:
- Parsing does not break when value of a field contains one or more "=".
- Repeated fieldnames using [] produce an array of values.
- Empty or incomplete "key=value" pairs result in an empty string for "key".
- Various improvements and fixes to the redis-cluster connection backend:
- __FIX__: the `ASKING` command is sent upon -ASK redirections.