|
@@ -5,10 +5,11 @@ v1.0.4 (2016-xx-xx)
|
|
|
iterating hash keys containing integer fields (PR #330, ISSUE #331).
|
|
|
|
|
|
- __FIX__: prevent failures when `Predis\Connection\StreamConnection` serializes
|
|
|
- commands with holes in their arguments (e.g. `[0 => 'key:0', 1 => 'key:1']`).
|
|
|
+ commands with holes in their arguments (e.g. `[0 => 'key:0', 2 => 'key:2']`).
|
|
|
The same fix has been applied to `Predis\Protocol\Text\RequestSerializer`.
|
|
|
(ISSUE #316).
|
|
|
|
|
|
+
|
|
|
v1.0.3 (2015-07-30)
|
|
|
================================================================================
|
|
|
|