227 Commits (29e09c1c16ccf928f13d6600155e7ec15a6c0d9a)
 

Author SHA1 Message Date
Matt Ranney 6e64d81800 Fix parsing mb nil in nested multi-bulk reply. 14 years ago
Matt Ranney c1225b9b86 More tests for MULTI and nested multi-bulk replies. 14 years ago
Matt Ranney abd76f8354 Update docs for end() and quit() 14 years ago
Matt Ranney f4c7280fb6 Updated outlandish speed claims. 14 years ago
Tj Holowaychuk 7795d68351 Extended multi test to include multibulk 14 years ago
Tj Holowaychuk 91ebe64dae Implemented alternate MULTI syntax 14 years ago
Matt Ranney 76ecd927cd Support for nested multi-bulk replies. 14 years ago
Matt Ranney bbbc4abd3b Update MULTI test for nested multi-bulk. 14 years ago
Matt Ranney 1ff6047b01 Update MULTI example and description. 14 years ago
Matt Ranney ac2c85caef Bump version. 14 years ago
Matt Ranney 9df5bbd97c Bump version to fix hostname bug. 14 years ago
Orion Henry 6c36ed09c0 createClient was ignoring the host arg 14 years ago
Matt Ranney e16ead396e Update currently failing test case due to Redis bug. 14 years ago
Matt Ranney 0aa7676eab Fix style and global leaks found with JSLint. 14 years ago
Matt Ranney 5aa46630f3 Merge remote branch 'origin/master' 14 years ago
Matt Ranney 58e620058f Add test for BLPOP. 14 years ago
Matt Ranney 6fac084ab8 Fix typo. 14 years ago
Matt Ranney b22a81ba80 Bump version. 14 years ago
Matt Ranney a0c05455d4 Merge remote branch 'tw/connection-fixes' 14 years ago
rick 05446cd056 console.log typo 14 years ago
rick 0b51924aa7 ensure client emits connect and end events 14 years ago
rick 68f540ad54 run start/stop test using local version of the library 14 years ago
Matt Ranney f3358d9d9f Move extras to Extras section. 14 years ago
Matt Ranney 0f2de13285 Update docs for client.quit() and other client properties. 14 years ago
Matt Ranney 6359a02208 Add QUIT command for orderly shutdown. 14 years ago
Tj Holowaychuk 8cd56f5987 Fixed HGETALL_NULL assertions 14 years ago
Tj Holowaychuk a93020c555 Fixed null HGETALL bug causing exception 14 years ago
Matt Ranney ed77cb4d95 Convert pub/sub channel names into strings. 14 years ago
Matt Ranney 200ced827a Add test for pub/sub. 14 years ago
Matt Ranney 7856cedb2b Bump version. 14 years ago
Matt Ranney 0653d9ad76 Add pub/sub example. 14 years ago
Matt Ranney 03fc7c203e Add pub/sub support. 14 years ago
Matt Ranney eb11634ab6 Add docs for pub/sub 14 years ago
Matt Ranney b00fde1c51 Add contributors and test. 14 years ago
Matt Ranney 42c752f759 Add test for HINCRBY 14 years ago
Matt Ranney 09f1564b7c Add test for HMGET 14 years ago
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