1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00
Commit Graph

1843 Commits

Author SHA1 Message Date
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
Matt Ranney
6411a0f847 Bump version. 2010-09-18 12:05:00 -07:00
Matt Ranney
78a9ceaf20 Merge remote branch 'Tim_Smart/zero-length' 2010-09-18 12:04:17 -07:00
Matt Ranney
243f63866e Merge remote branch 'Tim_Smart/retry-loop' 2010-09-18 12:04:15 -07:00
Matt Ranney
715b097ac5 Merge remote branch 'Tim_Smart/remove-log' 2010-09-18 12:04:10 -07:00
Tim-Smart
b55d7c6f44 Prevent retry loop 2010-09-18 15:02:17 +12:00
Tj Holowaychuk
96036632d4 Better toArray(), only need len once 2010-09-17 19:49:30 -07:00
Tj Holowaychuk
34f45c5d47 Larger bm threshold 2010-09-17 19:43:22 -07:00
Tj Holowaychuk
81d8f27535 20k for benchmarks 2010-09-17 19:42:11 -07:00
Tj Holowaychuk
1e471abe1c Fixed toArray() indentation 2010-09-17 19:34:26 -07:00
Tj Holowaychuk
c0f0877bcd Replaced Array.prototype.slice.call() with faster adhoc toArray(). ~200ms saved in benchmarks 2010-09-17 19:31:59 -07:00
Tim-Smart
064d160333 zero-length bulk data + int optimization 2010-09-18 14:11:27 +12:00
Tj Holowaychuk
3932e78315 Swap + / - 2010-09-17 19:03:24 -07:00
Tj Holowaychuk
87e4ef0216 Removed benchmark related tests 2010-09-17 18:55:04 -07:00
Tj Holowaychuk
69b1a06e72 First run is even 2010-09-17 18:53:09 -07:00
Tj Holowaychuk
db12990054 synopsis 2010-09-17 18:53:09 -07:00
Tj Holowaychuk
d5d4350bad Reporting on the fly 2010-09-17 18:53:09 -07:00
Tj Holowaychuk
4a85e03d35 Benchmarking different buffer sizes 2010-09-17 18:53:09 -07:00
Tj Holowaychuk
044e2d1af9 Yellow range 2010-09-17 18:53:09 -07:00
Tj Holowaychuk
39943131ca Added lrange to bench.js 2010-09-17 18:53:09 -07:00
Tj Holowaychuk
6e2b52cd93 Restructured bench.js 2010-09-17 18:53:09 -07:00
Tj Holowaychuk
729debf993 No longer passing around curr/prev 2010-09-17 18:53:08 -07:00
Tj Holowaychuk
a05b322709 Reporting on failure 2010-09-17 18:53:08 -07:00
Tj Holowaychuk
ebf517e825 Started ./bench.js 2010-09-17 18:53:08 -07:00
Tim-Smart
59068b2b6d Only log in debug mode 2010-09-18 12:49:48 +12:00
Matt Ranney
8e7f1cc1e7 Add test for HSET that exposes 0 length bug. 2010-09-17 17:32:41 -07:00
Matt Ranney
2e367f5422 Send 0 length buffers properly.
Still need to handle 0 length bulk data properly though.  Whoops.
2010-09-17 17:32:14 -07:00
Matt Ranney
13e7efc531 Update example for new API. 2010-09-17 17:31:58 -07:00
Matt Ranney
65f3604387 Bump version. 2010-09-17 16:50:21 -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
4c838a23b4 Merge remote branch 'timsmart/hsetnx' 2010-09-17 16:33:18 -07:00
Matt Ranney
75005c85c7 Merge remote branch 'tj/tests' 2010-09-17 16:24:43 -07:00
Matt Ranney
e82fa1c5eb Grow return bufer if reply is too large. 2010-09-17 16:21:48 -07:00
Matt Ranney
a8573ea223 Remove TODO. 2010-09-17 16:21:27 -07:00
Matt Ranney
b41d2f8780 Add large binary get/set example. 2010-09-17 16:21:11 -07:00
Tj Holowaychuk
c50dff0835 Colored test output 2010-09-17 16:11:06 -07:00
Tim-Smart
cf4921cb76 Add HSETNX command 2010-09-18 11:10:22 +12:00
Matt Ranney
292dbeef52 Merge remote branch 'tj/bugs/empty-keys' 2010-09-17 15:42:05 -07:00
Matt Ranney
48fd5f712e Update comments. 2010-09-17 15:42:00 -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
c4e13514d9 Queue commands sent before a connection is available. 2010-09-17 14:24:10 -07:00
Matt Ranney
b48105eeb3 Update example to use new pre-connection queue. 2010-09-17 14:23:33 -07:00
Matt Ranney
fb786ced80 Fix typo. 2010-09-17 11:28:39 -07:00
Matt Ranney
71c584f186 Markdown quirks. 2010-09-17 11:27:54 -07:00