91 Commits (75f1344958ae5b2bf50169cd1d5fa4e3f7aefd3e)
 

Author SHA1 Message Date
Matt Ranney 75f1344958 Add test for HSET empty key and empty value. 14 years ago
Matt Ranney 6411a0f847 Bump version. 14 years ago
Matt Ranney 78a9ceaf20 Merge remote branch 'Tim_Smart/zero-length' 14 years ago
Matt Ranney 243f63866e Merge remote branch 'Tim_Smart/retry-loop' 14 years ago
Matt Ranney 715b097ac5 Merge remote branch 'Tim_Smart/remove-log' 14 years ago
Tim-Smart b55d7c6f44 Prevent retry loop 14 years ago
Tj Holowaychuk 96036632d4 Better toArray(), only need len once 14 years ago
Tj Holowaychuk 34f45c5d47 Larger bm threshold 14 years ago
Tj Holowaychuk 81d8f27535 20k for benchmarks 14 years ago
Tj Holowaychuk 1e471abe1c Fixed toArray() indentation 14 years ago
Tj Holowaychuk c0f0877bcd Replaced Array.prototype.slice.call() with faster adhoc toArray(). ~200ms saved in benchmarks 14 years ago
Tim-Smart 064d160333 zero-length bulk data + int optimization 14 years ago
Tj Holowaychuk 3932e78315 Swap + / - 14 years ago
Tj Holowaychuk 87e4ef0216 Removed benchmark related tests 14 years ago
Tj Holowaychuk 69b1a06e72 First run is even 14 years ago
Tj Holowaychuk db12990054 synopsis 14 years ago
Tj Holowaychuk d5d4350bad Reporting on the fly 14 years ago
Tj Holowaychuk 4a85e03d35 Benchmarking different buffer sizes 14 years ago
Tj Holowaychuk 044e2d1af9 Yellow range 14 years ago
Tj Holowaychuk 39943131ca Added lrange to bench.js 14 years ago
Tj Holowaychuk 6e2b52cd93 Restructured bench.js 14 years ago
Tj Holowaychuk 729debf993 No longer passing around curr/prev 14 years ago
Tj Holowaychuk a05b322709 Reporting on failure 14 years ago
Tj Holowaychuk ebf517e825 Started ./bench.js 14 years ago
Tim-Smart 59068b2b6d Only log in debug mode 14 years ago
Matt Ranney 8e7f1cc1e7 Add test for HSET that exposes 0 length bug. 14 years ago
Matt Ranney 2e367f5422 Send 0 length buffers properly. 14 years ago
Matt Ranney 13e7efc531 Update example for new API. 14 years ago
Matt Ranney 65f3604387 Bump version. 14 years ago
Tj Holowaychuk a84c217827 Fixed zero length multibulk. Passing null not an empty array 14 years ago
Matt Ranney c7d28bc601 Run all tests 10K times so RPS comes out right. 14 years ago
Matt Ranney 4c838a23b4 Merge remote branch 'timsmart/hsetnx' 14 years ago
Matt Ranney 75005c85c7 Merge remote branch 'tj/tests' 14 years ago
Matt Ranney e82fa1c5eb Grow return bufer if reply is too large. 14 years ago
Matt Ranney a8573ea223 Remove TODO. 14 years ago
Matt Ranney b41d2f8780 Add large binary get/set example. 14 years ago
Tj Holowaychuk c50dff0835 Colored test output 14 years ago
Tim-Smart cf4921cb76 Add HSETNX command 14 years ago
Matt Ranney 292dbeef52 Merge remote branch 'tj/bugs/empty-keys' 14 years ago
Matt Ranney 48fd5f712e Update comments. 14 years ago
Tj Holowaychuk d7c5fc6d6e Fixed zero-length mutlibulk replies 14 years ago
Tj Holowaychuk c0f7a40bbf Added empty KEYS test illustrating hang 14 years ago
Tj Holowaychuk bcbf3834e1 Implemented HGETALL response as object 14 years ago
Tj Holowaychuk 0b3a1c3eaa Added HGETALL object assertions 14 years ago
Matt Ranney c4e13514d9 Queue commands sent before a connection is available. 14 years ago
Matt Ranney b48105eeb3 Update example to use new pre-connection queue. 14 years ago
Matt Ranney fb786ced80 Fix typo. 14 years ago
Matt Ranney 71c584f186 Markdown quirks. 14 years ago
Matt Ranney 78cb4105ca Update example. 14 years ago
Matt Ranney 12542e4ccd Formally describe API. Add "why" section. 14 years ago