48 Commits (8c158eb75f4a7d35f0ddae44a5ee511c7ee9afd2)

Author SHA1 Message Date
Matt Ranney f30e08235f Explicitly check for empty Array instead of comparing to [] 14 years ago
Pieter Noordhuis 88711fe4fe Move requiring util to a separate file 14 years ago
Matt Ranney 12d2aebb70 Send empty Array for 0 length mb replies instead of null. 14 years ago
Matt Ranney 79511b4499 Fix parser bug after failed EXEC. 14 years ago
Matt Ranney 05e9699817 Fix for null MULTI response when WATCH condition fails. 14 years ago
Paul Carey 5bddbe3d9a Partial fix for null multi bulk response. 14 years ago
Matt Ranney f91626d110 Send friendlier error event on stream errors. 14 years ago
Matt Ranney 86b2c22c80 Use db 15 for testing. Adapt many fine tests from fictorial's client. 14 years ago
Matt Ranney ee976bb82c Add test for BLPOP, tighten up MULTI tests. 14 years ago
Aivo Paas 1cfbdea49a Minor fixes in tests 14 years ago
Aivo Paas 3495b60047 Fixed .multi() to convert HGETALL result to an object 14 years ago
Orion Henry dcbb87dff7 fix bug not allowing you to quit while in subscribe mode - added test 14 years ago
Orion Henry 01068565d9 adding a test for utf8 strings 14 years ago
Matt Ranney a21607100b Add test for multi with array args. 14 years ago
Matt Ranney d7b14b335a More tests for different MULTI syntax. 14 years ago
Matt Ranney c1225b9b86 More tests for MULTI and nested multi-bulk replies. 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 bbbc4abd3b Update MULTI test for nested multi-bulk. 14 years ago
Matt Ranney 58e620058f Add test for BLPOP. 14 years ago
rick 0b51924aa7 ensure client emits connect and end events 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 200ced827a Add test for pub/sub. 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
Tj Holowaychuk 87e4ef0216 Removed benchmark related tests 14 years ago
Matt Ranney 8e7f1cc1e7 Add test for HSET that exposes 0 length bug. 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
Tj Holowaychuk c50dff0835 Colored test output 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 850e5712cb Change LRANGE test to 0 499 to match redis-benchmark. 14 years ago
Matt Ranney 30de0a5fc4 Add performance tests similar to redis-benchmark. 14 years ago
Matt Ranney ca67780b5a Fix JSLint errors. 14 years ago
Matt Ranney 36cffb433b Rename redis.js to index.js 14 years ago
Matt Ranney d42752b34e Remove eyes reference. 14 years ago
Matt Ranney 0bc9fb060f Add more tests and chain them together. 14 years ago
Matt Ranney e2e14d161e Starting to add tests. 14 years ago
Matt Ranney e5a3dae882 Initial checkin. Many things work. 14 years ago