mirror of
https://github.com/predis/predis.git
synced 2026-08-19 01:51:40 +00:00
Update CHANGELOG.
This commit is contained in:
@@ -10,7 +10,7 @@ v0.6.1 (2010-xx-xx)
|
||||
|
||||
* The LIMIT modifier for ZRANGEBYSCORE can be specified using either:
|
||||
- an indexed array: array($offset, $count)
|
||||
- an associative array: array('limit' => $limit, 'count' => $count)
|
||||
- an associative array: array('offset' => $offset, 'count' => $count)
|
||||
|
||||
* The method Predis\Client::__construct() now accepts also instances of
|
||||
Predis\ConnectionParameters.
|
||||
|
||||
Reference in New Issue
Block a user