121 Commits

Author SHA1 Message Date
Nicolas Favre-Felix
fbdf65c75c Added OBJECT command. 2011-04-06 14:32:39 +02:00
Nicolas Favre-Felix
99af20e3ef ported change to RENAMENX from upstream Redis. 2011-03-30 13:37:23 +02:00
Nicolas Favre-Felix
393cfb0c8e Fix KEYS when serializer is enabled. 2011-02-22 09:50:59 +01:00
Nicolas Favre-Felix
f717ac07a0 HINCRBY bugfix + unit test. 2011-02-15 09:45:47 +01:00
Nicolas Favre-Felix
3d08f295c5 Fix problem related to issue 91. 2011-02-14 15:12:15 +01:00
Nicolas Favre-Felix
ed61e0f893 Fix for issue #91, numeric hash fields. 2011-02-13 14:41:35 +01:00
Nicolas Favre-Felix
a086b0e55b Add missing ZREMRANGEBYRANK + doc, tests. 2011-01-24 16:26:40 +01:00
Nicolas Favre-Felix
426609531f Add HSETNX. 2011-01-24 16:08:09 +01:00
Nicolas Favre-Felix
a15d84cb76 Added MSETNX. 2011-01-20 14:35:54 +01:00
Nicolas Favre-Felix
5c4d937a47 Removed test failing with old versions of Redis. 2011-01-20 14:31:55 +01:00
Nicolas Favre-Felix
e055335cd0 Bigint support in HINCRBY, test fixes. 2011-01-16 15:45:36 +01:00
Nicolas Favre-Felix
fd03564301 Fix prefix problems with hashes, add more tests. 2011-01-14 10:32:59 +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
fe09260f54 Added doc & tests for SETRANGE. 2010-12-17 09:55:57 +01:00
Nicolas Favre-Felix
7c2478629d Merge branch 'master' into serializer 2010-12-15 16:10:31 +01:00
Nicolas Favre-Felix
5c4447e79a Merge branch 'master' into serializer
Conflicts:
	redis.c
2010-12-14 16:34:50 +01:00
Nicolas Favre-Felix
a35396e66f Bugfix with MGET in multi/exec mode. 2010-12-14 16:33:50 +01:00
Nicolas Favre-Felix
ad4d302a43 Added igbinary. 2010-12-12 22:56:50 +01:00
Nicolas Favre-Felix
40780e0fe3 Fixed tests, tested getMultiple. 2010-12-12 22:25:08 +01:00
Nicolas Favre-Felix
4ae4b34f50 Finished serialization for hash commands. 2010-12-12 20:32:09 +01:00
Nicolas Favre-Felix
3d0bb74249 Serializing option for HGET/HSET/HGETALL. 2010-12-12 19:39:53 +01:00
Nicolas Favre-Felix
113c556eff Added serialization to Z* functions and MSET. 2010-12-12 19:04:35 +01:00
Nicolas Favre-Felix
ca904bc7e0 Added serialization to lots of functions. 2010-12-12 18:42:47 +01:00
Nicolas Favre-Felix
b2afc58654 First work on serializer. 2010-12-08 23:47:25 +01:00
Nicolas Favre-Felix
32e0fa2c73 Fixed issue #68. 2010-11-28 15:10:28 +01:00
LeonLegion
0559f55863 Types REDIS_ZSET and REDIS_HASH added. 2010-11-24 02:15:10 +03:00
Nicolas Favre-Felix
85e4746be9 Added unit tests for INCRBY, DECRBY. 2010-10-27 14:22:19 +02:00
Nicolas Favre-Felix
a950040635 Added INCR aliases. 2010-10-25 09:44:19 +02:00
Nicolas Favre-Felix
853df32fbc Fixed unit tests for good, still using auth... 2010-10-06 14:34:07 +02:00
Nasreddine Bouafif
a9741b41bf (not)Using auth 2010-10-04 14:49:20 +02:00
Nasreddine Bouafif
d3524b197d Using auth when testing. 2010-10-04 14:15:50 +02:00
Nasreddine Bouafif
49813369a5 Fix doc and tests. 2010-10-04 13:59:27 +02:00
Nasreddine Bouafif
756b434a81 Adding blPop and brPop commands 2010-10-01 15:19:16 +02:00
Nicolas Favre-Felix
3073a3b4a5 Added PERSIST. 2010-09-30 11:48:18 +02:00
Nasreddine Bouafif
5b6262d28e Add append, substr and strlen commands 2010-09-29 18:12:00 +02:00
Nicolas Favre-Felix
7bc2bb8015 Added tests to check that SINTER works w/ an array 2010-09-29 17:15:11 +02:00
Nasreddine Bouafif
a62d12a38b Add lPushx, rPushx and lInsert commands 2010-09-29 15:49:22 +02:00
Nicolas Favre-Felix
4c547f34e6 Added MULTI/EXEC test for HMGET. 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
c6c002119a Fixed INFO, TYPE for MULTI/EXEC context. 2010-09-19 16:47:10 +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
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
0a9f7d8866 Removed global variables. 2010-08-17 11:11:18 +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