1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

122 Commits

Author SHA1 Message Date
Matt Ranney
200ced827a Add test for pub/sub. 2010-09-19 23:47:39 -07:00
Matt Ranney
42c752f759 Add test for HINCRBY 2010-09-18 21:27:09 -07:00
Matt Ranney
09f1564b7c Add test for HMGET 2010-09-18 20:24:06 -07:00
Matt Ranney
75f1344958 Add test for HSET empty key and empty value. 2010-09-18 20:09:31 -07:00
Tj Holowaychuk
87e4ef0216 Removed benchmark related tests 2010-09-17 18:55:04 -07:00
Matt Ranney
8e7f1cc1e7 Add test for HSET that exposes 0 length bug. 2010-09-17 17:32:41 -07:00
Tj Holowaychuk
a84c217827 Fixed zero length multibulk. Passing null not an empty array 2010-09-17 16:47:46 -07:00
Matt Ranney
c7d28bc601 Run all tests 10K times so RPS comes out right.
Also fix assert in LRANGE tests.
2010-09-17 16:34:05 -07:00
Matt Ranney
75005c85c7 Merge remote branch 'tj/tests' 2010-09-17 16:24:43 -07:00
Tj Holowaychuk
c50dff0835 Colored test output 2010-09-17 16:11:06 -07:00
Tj Holowaychuk
d7c5fc6d6e Fixed zero-length mutlibulk replies 2010-09-17 15:35:26 -07:00
Tj Holowaychuk
c0f7a40bbf Added empty KEYS test illustrating hang 2010-09-17 15:09:25 -07:00
Tj Holowaychuk
bcbf3834e1 Implemented HGETALL response as object 2010-09-17 14:52:32 -07:00
Tj Holowaychuk
0b3a1c3eaa Added HGETALL object assertions 2010-09-17 14:46:15 -07:00
Matt Ranney
850e5712cb Change LRANGE test to 0 499 to match redis-benchmark.
Also use client.close() to exit cleanly.
2010-09-17 11:15:10 -07:00
Matt Ranney
30de0a5fc4 Add performance tests similar to redis-benchmark. 2010-09-16 23:52:47 -07:00
Matt Ranney
ca67780b5a Fix JSLint errors. 2010-09-14 23:01:12 -07:00
Matt Ranney
36cffb433b Rename redis.js to index.js 2010-09-14 17:12:05 -07:00
Matt Ranney
d42752b34e Remove eyes reference. 2010-09-14 17:09:03 -07:00
Matt Ranney
0bc9fb060f Add more tests and chain them together. 2010-09-14 16:43:47 -07:00
Matt Ranney
e2e14d161e Starting to add tests. 2010-09-14 01:12:32 -07:00
Matt Ranney
e5a3dae882 Initial checkin. Many things work. 2010-09-13 19:03:42 -07:00