244 Commits

Author SHA1 Message Date
Nicolas Favre-Felix 8c83275515 removed dead code. 2011-01-20 14:40:21 +01:00
Nicolas Favre-Felix a15d84cb76 Added MSETNX. 2011-01-20 14:35:54 +01:00
Nicolas Favre-Felix 9ee596c186 Change version to 2.1.0 2011-01-14 12:39:42 +01:00
Nicolas Favre-Felix d93b1352c3 Added ZREVRANGEBYSCORE. 2010-12-28 14:54:30 +01:00
Nicolas Favre-Felix b1142fe27e Merge branch 'master' into serializer
Conflicts:
	library.c
2010-12-28 12:04:36 +01:00
Nicolas Favre-Felix 322dd1d1e8 Added GETBIT, SETBIT with doc and unit tests. 2010-12-17 10:20:38 +01:00
Nicolas Favre-Felix 7b368a06c7 Added SETRANGE, missing doc and tests. 2010-12-16 18:01:37 +01:00
Nicolas Favre-Felix c8a60a1dd5 Replaced SUBSTR with GETRANGE. 2010-12-16 17:55:20 +01:00
Nicolas Favre-Felix 7c2478629d Merge branch 'master' into serializer 2010-12-15 16:10:31 +01:00
Simon Effenberg ab9a88ed4f added pconnect, has to be tested and checked 2010-12-15 09:44:35 +01:00
Nicolas Favre-Felix 14fbb6b917 Merge branch 'master' into serializer 2010-12-13 10:37:01 +01:00
Nicolas Favre-Felix 5a4eb10695 Fixed a large number of warnings when compiled with -Wall (thanks to github user lstrojny for the initial work on this). 2010-12-13 10:18:42 +01:00
Nicolas Favre-Felix 3d0bb74249 Serializing option for HGET/HSET/HGETALL. 2010-12-12 19:39:53 +01:00
Nicolas Favre-Felix b2afc58654 First work on serializer. 2010-12-08 23:47:25 +01:00
Nicolas Favre-Felix a372dd1973 Added more contact info, version 2.0.11 2010-11-17 09:31:38 +01:00
Nicolas Favre-Felix 1bdb9bbd42 Version bump, 2.0.10 2010-10-29 12:01:13 +02:00
Nicolas Favre-Felix a950040635 Added INCR aliases. 2010-10-25 09:44:19 +02:00
Nicolas Favre-Felix e750f8651c Added SLAVEOF. 2010-10-21 10:16:52 +02:00
Nicolas Favre-Felix 0c0409a92f release 2.0.8 2010-10-12 15:24:39 +02:00
Nicolas Favre-Felix cab7f8e3c8 Fixes for static compilation. 2010-10-12 14:23:02 +02:00
Nicolas Favre-Felix fe8046a81e Added symbol for static compilation. 2010-10-11 17:18:41 +02:00
Nicolas Favre-Felix 25eb12fb2c Added floating-point timeout for better precision. 2010-10-06 14:37:42 +02:00
Nasreddine Bouafif 756b434a81 Adding blPop and brPop commands 2010-10-01 15:19:16 +02:00
Nicolas Favre-Felix 60090de025 version 2.0.4 2010-09-30 15:45:05 +02:00
Nicolas Favre-Felix 3073a3b4a5 Added PERSIST. 2010-09-30 11:48:18 +02:00
Nicolas Favre-Felix b90aed33f2 Added BGREWRITEAOF. 2010-09-30 11:05:41 +02:00
Nasreddine Bouafif 5b6262d28e Add append, substr and strlen commands 2010-09-29 18:12:00 +02:00
Nasreddine Bouafif b6a9e24ba3 Update version
--
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 40bc4a991c Fix for binary keys. 2010-09-22 11:22:00 +02:00
Nicolas Favre-Felix c67e2ddf74 Re-added HMGET + doc & unit tests. 2010-09-20 17:33:59 +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 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 6edae7c4b0 Fixed ZTS problems. 2010-08-17 14:24:09 +02:00
Nicolas Favre-Felix 0a9f7d8866 Removed global variables. 2010-08-17 11:11:18 +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 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 6a7277a1ed Almost done, still a slight problem with HGETALL. 2010-05-18 17:04:37 +02:00
Nicolas Favre-Felix b9a1c75efa Converted many functions to the new protocol. 2010-05-17 14:21:52 +02:00
Nicolas Favre-Felix 9ddf5fc6a9 Big cleanup. 2010-04-22 12:26:04 +02:00
Nasreddine Bouafif f4af354475 re-organize code, init pipeline 2010-04-01 18:58:02 +02:00
Nasreddine Bouafif 5646f10e82 fix warnings, clean 2010-04-01 12:23:57 +02:00
Nasreddine Bouafif 760cb1ebc5 Multi/Exec 2010-04-01 10:05:59 +02:00
Nicolas Favre-Felix fd8496a0f2 Merge branch 'master' of git@github.com:owlient/phpredis 2010-03-17 18:22:31 +01:00