Commit History

Author SHA1 Message Date
  Daniele Alessandri 0f751cabcb Upgrade to PHPUnit 3.5. 14 years ago
  Daniele Alessandri e94fbc3287 Adjust the tests for SUBSTR/GETRANGE since the return value for empty string slices has been fixed in Redis 2.2.2. 14 years ago
  Daniele Alessandri 38e76cbbc8 Allow passing an array for the list of source keys to be used in ZUNIONSTORE/ZINTERSTORE. 14 years ago
  Daniele Alessandri 0d5fb3319d Move Predis\Command and Predis\ICommand to the Predis\Commands namespace. 14 years ago
  Jordi Boggiano ac1e6e1846 Fix tests for latest changes, added phpunit.xml.dist file and autoloader in test/bootstrap.php 14 years ago
  Daniele Alessandri 2b2ca8e8dc Remove trailing spaces in code. 14 years ago
  Daniele Alessandri 65c530a13b Add test guard for empty bulk replies. 14 years ago
  Daniele Alessandri 922beeceea Test suite: tiny fix in a test for LINSERT (again, this time for real). 14 years ago
  Daniele Alessandri 02d7400d1f Test suite: tiny fix in a test for LINSERT. 14 years ago
  Daniele Alessandri 3a2e977ee0 Test suite: temporary fix for testSetExpire(). 14 years ago
  Daniele Alessandri daf88645f2 New command: BRPOPLPUSH (Redis v2.2-dev). 14 years ago
  Daniele Alessandri ecc7499b47 Test suite: move up testStrlen(). 14 years ago
  Daniele Alessandri 64cb73fbb9 New command: GETBIT (Redis v2.2-dev). 14 years ago
  Daniele Alessandri 0b9bca8ce1 New command: SETBIT (Redis v2.2-dev). 14 years ago
  Daniele Alessandri e1924551b1 New command: SETRANGE (Redis v2.2-dev). 14 years ago
  Daniele Alessandri 21b3fdb3e1 New command: PERSIST (Redis v2.2-dev). 14 years ago
  Daniele Alessandri f419d15f82 New command: ZREVRANGEBYSCORE (Redis v2.2-dev). 14 years ago
  Daniele Alessandri 9e58ad7648 Test suite: move the trigger guard for the test suite in the common included file. 14 years ago
  Daniele Alessandri fc8f363fe5 New commands: RPUSHX, LPUSHX (Redis v2.2-dev). 14 years ago
  Daniele Alessandri 49a140e3af New command: LINSERT (Redis v2.2-dev). 14 years ago
  Daniele Alessandri 73b4760fc4 New command: STRLEN (Redis v2.2-dev). 14 years ago
  Daniele Alessandri 1520e2c48b Test suite: add a test for the LIMIT modifier of ZRANGEBYSCORE configured via associative array. 14 years ago
  Daniele Alessandri f1df8b163c Add tests for the new options handling for the ZRANGE commands family. 14 years ago
  Daniele Alessandri 23b68d9415 Test suite: add test for the HASH type. 15 years ago
  Daniele Alessandri d69a872359 Test suite: minor code formatting changes. 15 years ago
  Daniele Alessandri 4f0f2ca3eb ZUNION and ZINTER have been changed to ZUNIONSTORE and ZINTERSTORE for consistency (see Redis commit 5d373da). 15 years ago
  Daniele Alessandri 08afdfac1b Trying to increment a string value associated to an hash now raises an error. 15 years ago
  Daniele Alessandri 0664bde7e9 Bugfix: replies to DEL commands must not be converted to a boolean response as DEL returns the number of keys removed. 15 years ago
  Daniele Alessandri 2787905024 Test suite: updated tests for ZUNION and ZINTER with the new options style. 15 years ago
  Daniele Alessandri 0d4426c052 Test suite: added HKEYS, HVALS, HGETALL. 15 years ago