66 Commits (8e7f1cc1e71021dd15053114304109fea6f50b47)
 

Author SHA1 Message Date
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
Matt Ranney f39344e458 Add a couple more command options forms. 14 years ago
Matt Ranney 374b926cb7 Clean up small Buffer optimizations. 14 years ago
Matt Ranney 36f4f7eefa Bump version. 14 years ago
Matt Ranney 850e5712cb Change LRANGE test to 0 499 to match redis-benchmark. 14 years ago
Matt Ranney 98c1f8613d Merge remote branch 'Tim_Smart/client-close' 14 years ago
Tim-Smart b7bb32940e s/close/end/ 14 years ago
Tim-Smart 5a56d0fa03 client::close method 14 years ago
Tim-Smart a69e60b70f Fix queue::length and add forEach 14 years ago
Matt Ranney 743eb00234 Bump version. 14 years ago
Matt Ranney ff03903c5f Performance improvements for small responses. 14 years ago
Matt Ranney d7c9a010eb Update some comments. 14 years ago
Matt Ranney c622570d7c Add toString() comparison. 14 years ago
Matt Ranney 09465ff6be Test the speed of different ways of copying a small buffer. 14 years ago
Matt Ranney 64ad8b1bb8 Merge remote branch 'origin/master' 14 years ago
Matt Ranney 30de0a5fc4 Add performance tests similar to redis-benchmark. 14 years ago
Matt Ranney ec45509921 Bump version. 14 years ago
Matt Ranney 4479c3737b Use Queue class to improve shift() performance on large queues. 14 years ago
Matt Ranney c4b7c65530 Update documentation. 14 years ago
Matt Ranney 40b69a4204 Update documentation. 14 years ago
Matt Ranney 6e1a26285b Add example file from README. 14 years ago
Matt Ranney ca67780b5a Fix JSLint errors. 14 years ago
Matt Ranney 160242f472 Bump version. 14 years ago
Matt Ranney c5aaa991f1 Allow variable argument types on all commands. 14 years ago
Matt Ranney 0012228cf6 Update documentation. 14 years ago
Matt Ranney 95bdb3f0a2 Update TODO 14 years ago