提交歷史

作者 SHA1 備註 提交日期
  Daniele Alessandri 17f83a5605 Fix random stuff. 14 年之前
  Daniele Alessandri 1e47fb88f3 Fix SINTERSTORE and SUNIONSTORE to accept an array for the list of source keys. 14 年之前
  Daniele Alessandri b882344840 Upgrade to PHPUnit 3.5. 14 年之前
  Daniele Alessandri c03ab9480e Adjust the tests for SUBSTR/GETRANGE since the return value for empty string slices has been fixed in Redis 2.2.2. 14 年之前
  Daniele Alessandri 627c3a1724 Test suite: move the test suite safeguard flag to PredisShared.php. 14 年之前
  Daniele Alessandri 06d974c0bc Allow passing an array for the list of source keys to be used in ZUNIONSTORE/ZINTERSTORE. 14 年之前
  Daniele Alessandri c41bb2c314 Fix bug reading zero-length values from a bulk response. 14 年之前
  Daniele Alessandri 07a998ebdf Test suite: tiny fix in a test for LINSERT (again, this time for real). 14 年之前
  Daniele Alessandri b73b9682c0 Test suite: tiny fix in a test for LINSERT. 14 年之前
  Daniele Alessandri fe2316a655 Test suite: temporary fix for testSetExpire(). 14 年之前
  Daniele Alessandri 35fd6ca509 New command: BRPOPLPUSH (Redis v2.2-dev). 14 年之前
  Daniele Alessandri dea03a6aa9 Test suite: move up testStrlen(). 14 年之前
  Daniele Alessandri fb5f878e21 New command: GETBIT (Redis v2.2-dev). 14 年之前
  Daniele Alessandri e3ee595768 New command: SETBIT (Redis v2.2-dev). 14 年之前
  Daniele Alessandri cc16311950 New command: SETRANGE (Redis v2.2-dev). 14 年之前
  Daniele Alessandri b530f9f613 New command: PERSIST (Redis v2.2-dev). 14 年之前
  Daniele Alessandri d677c72ae3 New command: ZREVRANGEBYSCORE (Redis v2.2-dev). 14 年之前
  Daniele Alessandri dc56526256 New commands: RPUSHX, LPUSHX (Redis v2.2-dev). 14 年之前
  Daniele Alessandri 195c6eae99 New command: LINSERT (Redis v2.2-dev). 14 年之前
  Daniele Alessandri 9ae47c865e New command: STRLEN (Redis v2.2-dev). 14 年之前
  Daniele Alessandri 0b46de424e Test suite: add a test for the LIMIT modifier of ZRANGEBYSCORE configured via associative array. 14 年之前
  Daniele Alessandri 418197af75 Add tests for the new options handling for the ZRANGE commands family. 14 年之前
  Daniele Alessandri 23b68d9415 Test suite: add test for the HASH type. 14 年之前
  Daniele Alessandri d69a872359 Test suite: minor code formatting changes. 14 年之前
  Daniele Alessandri 4f0f2ca3eb ZUNION and ZINTER have been changed to ZUNIONSTORE and ZINTERSTORE for consistency (see Redis commit 5d373da). 14 年之前
  Daniele Alessandri 08afdfac1b Trying to increment a string value associated to an hash now raises an error. 14 年之前
  Daniele Alessandri 0664bde7e9 Bugfix: replies to DEL commands must not be converted to a boolean response as DEL returns the number of keys removed. 14 年之前
  Daniele Alessandri 2787905024 Test suite: updated tests for ZUNION and ZINTER with the new options style. 14 年之前
  Daniele Alessandri 0d4426c052 Test suite: added HKEYS, HVALS, HGETALL. 14 年之前
  Daniele Alessandri 08adcb478d Test suite: added HLEN. 14 年之前