207 Commits

Author SHA1 Message Date
Nasreddine Bouafif b6a9e24ba3 Update version
--
2.0.3
2010-09-29 15:51:29 +02:00
Nasreddine Bouafif a62d12a38b Add lPushx, rPushx and lInsert commands 2010-09-29 15:49:22 +02:00
Nicolas Favre-Felix ead9e60a03 Added OSX fix by @jiminoc 2010-09-29 06:17:07 -07:00
Nicolas Favre-Felix 21f4673a5a Fixed current version and maintainer list and order. 2010-09-23 14:31:12 +02:00
Simon Effenberg f7a40fbb7b added a debian/ directory to build phpredis easy with svn-buildpackage/dpkg-buildpackage 2010-09-23 12:32:08 +02:00
Nicolas Favre-Felix 40bc4a991c Fix for binary keys. 2.0.2 2010-09-22 11:22:00 +02:00
Nicolas Favre-Felix 4c547f34e6 Added MULTI/EXEC test for HMGET. 2.0.1 2010-09-20 17:53:23 +02:00
Nicolas Favre-Felix c67e2ddf74 Re-added HMGET + doc & unit tests. 2010-09-20 17:33:59 +02:00
Nicolas Favre-Felix a8738d7e49 Fixed memory leak in MSET. 2010-09-20 12:53:25 +02:00
Nicolas Favre-Felix c26621e9cb Doc for PUB/SUB. 2.0.0 2010-09-19 22:36:09 +02:00
Nicolas Favre-Felix 91256dffab Small fixes for PUB/SUB. 2010-09-19 22:29:31 +02:00
Nicolas Favre-Felix c6c002119a Fixed INFO, TYPE for MULTI/EXEC context. 2010-09-19 16:47:10 +02:00
Nicolas Favre-Felix 09728b84c3 Refactoring for 2.0 2010-09-19 16:18:37 +02:00
Nicolas Favre-Felix f031b3c628 Cleanup. 2010-09-19 16:15:10 +02:00
Nicolas Favre-Felix bc458d9d69 More command refactoring. 2010-09-18 18:13:49 +02:00
Nicolas Favre-Felix b12a48bd5b Very large refactoring, simplified a lot of code. 2010-09-17 15:33:45 +02:00
Nicolas Favre-Felix b5c9d0cdec More improvements on MULTI/EXEC. 2010-09-17 14:31:09 +02:00
Nicolas Favre-Felix c697ca1df3 Simplified code for pipeline and multi/exec. 2010-09-17 14:22:08 +02:00
Nicolas Favre-Felix c55a283445 Refactoring 2010-09-17 13:57:40 +02:00
Nicolas Favre-Felix e4adc956ad Added array of patterns to 'get' option in SORT(). 2010-09-17 10:06:42 +02:00
Nicolas Favre-Felix 02882154a9 Added tests for sort. 2010-09-16 16:08:58 +02:00
Nicolas Favre-Felix 583dffcb1b Bugfix on limits. 2010-09-16 16:02:48 +02:00
Nicolas Favre-Felix 6769e21cce Added documentation for sort. 2010-09-16 15:50:31 +02:00
Nicolas Favre-Felix c18fb241cb Fixed "sort". 2010-09-16 15:40:38 +02:00
Nicolas Favre-Felix 4360785dd8 Added generic sort. TODO: doc, tests. 2010-09-16 00:04:00 +02:00
Nicolas Favre-Felix 0b2a644bf9 Added WATCH, UNWATCH, with doc and unit tests. 2010-09-12 23:29:14 +02:00
Nicolas Favre-Felix 46d5baa8ef Fixed HMSET with NULL values, added doc & tests. 2010-09-12 22:46:31 +02:00
Nicolas Favre-Felix 4647f0d149 Added new range support for ZRANGEBYSCORE, ZCOUNT. 2010-08-31 20:30:05 +02:00
Nicolas Favre-Felix aeba44699a Typos (thanks “encoder” on IRC) 2010-08-30 09:13:57 -07:00
Nicolas Favre-Felix 6edae7c4b0 Fixed ZTS problems. 2010-08-17 14:24:09 +02:00
Nicolas Favre-Felix 04976d36f3 Small fixes. 2010-08-17 11:44:13 +02:00
Nicolas Favre-Felix 0a9f7d8866 Removed global variables. 2010-08-17 11:11:18 +02:00
Nicolas Favre-Felix e5bdf71cb1 PUBLISH/SUBSCRIBE crashes. 2010-07-26 17:50:29 +02:00
Nicolas Favre-Felix 8b7de818d1 MULTI/EXEC updates and documentation. 2010-07-26 17:38:02 +02:00
Nicolas Favre-Felix 049727f3e6 Added ZCOUNT + tests & docs. 2010-07-23 10:29:32 +02:00
Nicolas Favre-Felix 6d6b1339e8 Added ZRANK, ZREVRANK. 2010-07-19 10:42:26 +02:00
Nicolas Favre-Felix c27cc5b82f Added SRANDMEMBER, reported by Virtuall on IRC. 2010-07-19 09:53:43 +02:00
Nicolas Favre-Felix fb5776a270 Fixed connect bug, thanks to lolli on IRC. 2010-07-18 19:15:05 +02:00
Nicolas Favre-Felix beabde7598 Added TCP_NODELAY, suggested by Daniele Alessandri. 2010-07-18 14:47:39 +02:00
Nicolas Favre-Felix 5bdb90cd98 Fixed float format (thanks to brstgt). 2010-07-17 12:29:32 +02:00
Nicolas Favre-Felix 958f1cb607 Added HMSET. 2010-06-30 15:48:13 +02:00
Nicolas Favre-Felix 7c8e45fb78 SETEX patch thanks to Zakay Danial. 2010-06-17 10:52:48 +02:00
Nasreddine Bouafif 43b43fce7b publish/subscribe/unsubscribe implementation, fiw warnings 2010-06-11 13:31:50 +02:00
Nicolas Favre-Felix c6a510af7c Fixed documentation for LPUSH, RPUSH. 2010-05-27 10:03:32 +02:00
Nicolas Favre-Felix 2fd9cc5b65 Fixed every last bug? 2010-05-26 19:30:36 +02:00
Nicolas Favre-Felix bef5c9d2e6 Fixed HSET, added more tests. 2010-05-26 18:11:49 +02:00
Nicolas Favre-Felix 7811cbdf6c Ported fixes from master to "multi". 2010-05-26 11:52:58 +02:00
Nicolas Favre-Felix a438fd6844 Fixed crash. 2010-05-25 15:14:19 +02:00
Nicolas Favre-Felix 6a7277a1ed Almost done, still a slight problem with HGETALL. 2010-05-18 17:04:37 +02:00
Nicolas Favre-Felix 068aca18b2 Better tests. 2010-05-17 17:50:29 +02:00