103 Commits

Author SHA1 Message Date
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
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
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 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
Nicolas Favre-Felix 14ab0858a9 Fixed HINCRBY. 2010-05-17 16:21:37 +02:00
Nicolas Favre-Felix 9fabfa68f3 More functions use the new protocol, bugfixes. 2010-05-17 15:49:53 +02:00
Nicolas Favre-Felix 8f2ad94eef Fixed MULTI/EXEC bug with ZRANGE. 2010-05-17 15:30:01 +02:00
Nicolas Favre-Felix b9a1c75efa Converted many functions to the new protocol. 2010-05-17 14:21:52 +02:00
Nicolas Favre-Felix 576dd065e0 More MULTI/EXEC/PIPELINE fixes. 2010-05-13 17:58:49 +02:00
Nicolas Favre-Felix a8558c777a More tests for MULTI/EXEC/PIPELINE 2010-05-13 17:19:22 +02:00
Nicolas Favre-Felix 984faefcef SAVE, LASTSAVE, BGSAVE, FLUSHDB, FLUSHALL, DBSIZE now work with MULTI/pipeline. 2010-05-13 16:50:47 +02:00
Nicolas Favre-Felix e28aaa21e0 Fixed small leak and assert error. 2010-05-12 19:14:50 +02:00
Nicolas Favre-Felix b9aaaa74f2 Working better, cleaned a lot of leaks. 2010-05-12 19:03:43 +02:00
Nicolas Favre-Felix f6de217ea0 MULTI/EXEC and pipeline working for the first time. 2010-05-12 17:07:03 +02:00
Nicolas Favre-Felix db289e3c03 More work on the pipeline, with tests. 2010-04-22 19:09:36 +02:00
Nicolas Favre-Felix f6829ca36c Merge commit '319a14668b7425daef68aba7ef42092c5744e33e' into multi 2010-04-22 17:50:40 +02:00
Nicolas Favre-Felix 319a14668b Added withscores=false in zRange, zReverseRange. 2010-04-22 17:02:33 +02:00
Nicolas Favre-Felix 2620e106d3 ZRANGE now takes integers + fix for INCR changes. 2010-04-22 16:42:00 +02:00
Nicolas Favre-Felix fbfe6f48fd Fixed more MULTI/EXEC code. 2010-04-22 14:29:40 +02:00
Nicolas Favre-Felix 9ddf5fc6a9 Big cleanup. 2010-04-22 12:26:04 +02:00
Nasreddine Bouafif e7c67ccf42 refactoring commands 2010-04-22 11:01:18 +02:00
Nasreddine Bouafif cb5271801f tests 2010-04-09 08:37:54 +02:00
Nasreddine Bouafif 8da5c24293 zInter/zUnion tests. 2010-03-18 11:00:56 +01:00
Nicolas Favre-Felix 5cf54e861e Wrong port again... 2010-03-17 19:13:00 +01:00
Nicolas Favre-Felix fcc6645dc5 LIMIT & WITHSCORES to ZRANGEBYSCORE, by Diego Sana. 2010-03-17 18:21:35 +01:00