Commit Graph

117 Commits

Author SHA1 Message Date
c4669d257f tests suite initial support for valgrind, fixed the old test suite until the new one is able to target a specific host/port 2010-05-21 12:00:13 +02:00
758b6d4c27 use DEBUG DIGEST in the test instead of a function that was doing a similar work, but in a much slower and buggy way 2010-05-14 16:41:24 +02:00
128e89dde2 use withscores when performing the dataset digest 2010-05-12 17:24:15 +02:00
6485f29382 fix to return error when calling INCR on a non-string type 2010-05-11 22:46:24 +02:00
946342c190 hincrby should report an error when called against a hash key that doesn't contain an integer 2010-05-06 20:38:50 +02:00
3c5caedc69 More tests for APPEND and tests for SUBSTR 2010-04-30 11:52:36 +02:00
526d00a572 SETEX implemented 2010-04-23 19:07:33 +02:00
08ee9b570f Fix for a SORT bug introduced with commit 16fa22f1, regression test added 2010-04-18 17:51:15 +02:00
4bfcbab8b2 SORT/GET test added 2010-04-16 17:00:27 +02:00
c4e8313231 Added tests for GET/BY against hashes fields 2010-04-16 16:23:10 +02:00
1f1c769518 added HSETNX 2010-04-15 19:16:39 +02:00
bc55456975 more advanced leaks detection in test redis 2010-04-15 19:13:14 +02:00
fb765a0ae3 ability to select port/host from make test 2010-04-15 18:32:44 +02:00
b60bace9f9 Merge branch 'hmget' of git://github.com/pietern/redis 2010-04-13 18:30:55 +02:00
bbe025e04b Validate numeric inputs. 2010-04-13 10:23:10 -05:00
e0a62c7fdb Remove trailing whitespace. 2010-04-13 10:21:39 -05:00
09aeb5790f implemented HMGET 2010-04-12 14:57:38 +02:00
d33278d160 implemented HMSET 2010-04-12 12:29:37 +02:00
8bca8773b4 use the right object when cleaning up after zunion/zinter (fixes issue 216) 2010-04-01 22:07:50 +02:00
01426b054c implements HINCRBY and tests (todo: find and fix small memleak) 2010-03-26 16:03:19 +01:00
12f72a714c test-redis.tcl dataset digest function Hash support 2010-03-18 03:27:08 +01:00
ad6de43c80 zipmap fix for large values 2010-03-18 03:23:44 +01:00
bf0da6174c reverted an optimization that makes Redis not stable 2010-03-18 02:59:28 +01:00
288799e04a Fixed redis-cli auth code 2010-03-18 02:51:09 +01:00
2a1198b4c4 HDEL fix, an optimization for comparison of objects in hash table lookups when they are integer encoding 2010-03-17 19:26:53 +01:00
17d68f9c99 Merge branch 'aggregates' of git://github.com/pietern/redis 2010-03-17 16:59:29 +01:00
a86f14b190 HEXISTS and tests implemented 2010-03-17 13:34:27 +01:00
11d9d1e3b1 More hash tests 2010-03-17 12:36:27 +01:00
516977de15 better HSET test 2010-03-17 02:06:56 +01:00
b1d9c91ca8 More Hash tests 2010-03-17 01:40:05 +01:00
d2764cd692 added explicit AGGREGATE [SUM|MIN|MAX] option to ZUNION/ZINTER 2010-03-16 20:34:45 +01:00
164ee59564 HGET fix for integer encoded field against zipmap encoded hash 2010-03-16 18:44:37 +01:00
c1d57a1063 Merged zsetops branch from Pietern 2010-03-09 16:25:55 +01:00
ee5cfe3853 Merged ZREMBYRANK from Pietern 2010-03-09 16:22:50 +01:00
2830ca539b replaced ZMERGE by ZUNION and ZINTER. note: key preloading by the VM does not yet work 2010-03-09 12:38:50 +01:00
b287c9bb2b use ZMERGE as starting point 2010-03-08 21:27:26 +01:00
798d9e5531 added ZREVRANK 2010-03-07 20:35:53 +01:00
9212eafd5d implemented ZREMBYRANK 2010-03-04 17:42:33 +01:00
520b5a33ae Now list push commands return the length of the new list, thanks to Gustavo Picon 2010-03-04 16:16:01 +01:00
67cac14343 fix ZRANK (realize that rank is 1-based due to the skip list header) 2010-03-04 01:33:37 +01:00
3589e1a7e5 ZRANK stress tester 2010-03-03 19:44:03 +01:00
69d95c3e1c initial implementation for augmented zsets and the zrank command 2010-03-03 18:21:02 +01:00
a3f9eec291 KEYS now returns a multi bulk reply 2010-03-01 23:46:24 +01:00
18b6cb7643 Add DISCARD command to discard queued MULTI commands. 2010-03-01 23:29:48 +01:00
c8c72447f6 Swappability bug due to a typo fixed thanks to code review by Felix Geisendörfer @felixge 2010-03-01 22:15:49 +01:00
9ebed7cf06 Fixed 32bit make target to work on Linux out of the box 2010-02-22 17:36:54 +01:00
7c775e0943 VM now is able to block clients on swapped keys for all the commands 2010-02-09 14:01:49 +01:00
223a059192 ZCOUNT and ZRANGEBYSCORE new tests 2010-02-07 23:54:22 +01:00
0500ef2736 Added "withscores" option to zrangebyscore command. Based on withscores support in zrange function, ugliest part was the argument parsing to handle
using it with the limit option.
2010-02-06 18:41:25 -05:00
3c290b9b52 APPEND tests 2010-02-04 16:38:33 +01:00