250 Commits (886b3355e1ff278d5c070ea01d72fb03c2035fcb)
 

Author SHA1 Message Date
Matt Ranney 886b3355e1 Bugs fixed: 14 years ago
Matt Ranney fa272cf763 authentication retry while server is loading db (danmaz74) [GH-101] 14 years ago
Matt Ranney f9e17556d2 Performance improvements and backpressure controls. 14 years ago
Matt Ranney 13914295a6 Merge pull request #101 from danmaz74/master 14 years ago
Matt Ranney 6e5112d664 Add support and tests for Redis scripting through EXEC command. 14 years ago
Matt Ranney 707c9ab3df Add static list of commands to those downloaded from redis.io. 14 years ago
Matt Ranney 4b988bdb60 Bug fix for monitor mode. (forddg) 14 years ago
Matt Ranney 3d36711563 Auto update of new commands from redis.io (Dave Hoover) 14 years ago
Matt Ranney d6b5e8b7d3 Merge pull request #107 from redsquirrel/master 14 years ago
Dave Hoover e6b29c6846 Simplifying writeCommandsToFile /ht @polgfred 14 years ago
Dave Hoover e210755b52 Developing the 'somehow' in 'This list [of commands] needs to be updated, and perhaps auto-updated somehow' 14 years ago
unknown 719d4f74cc Fixed a bug when the client tries to authenticate to the redis server and the server is still loading the database: Now the client tries to authenticate again every 2 seconds until actually authenticated. "connect" is only emitted after authentication if authentication is required. 14 years ago
Matt Ranney c73af8d477 Update changelog 14 years ago
Matt Ranney 2c0ae38fb6 Update changelog. 14 years ago
Matt Ranney f10ff9e916 Lots of bugs fixed. 14 years ago
Matt Ranney f624fa6234 Added DISCARD 14 years ago
Matt Ranney 2b8b2cbd7f Added HVALS command 14 years ago
Matt Ranney 69a2572890 Fix bug with empty Array arguments - Andy Ray 14 years ago
Andy Ray bbd48a6fac fix for issue of saving document with buffer AND array on it 14 years ago
Matt Ranney 850d129629 Add monitor example. 14 years ago
Matt Ranney 2fcc947f11 Add `MONITOR` command and special monitor command reply parsing. 14 years ago
Matt Ranney 1a14e24faa Add magical auth command. 14 years ago
Matt Ranney 2534f740aa Update pub_sub example to show where to put auth. 14 years ago
Matt Ranney 29e09c1c16 Fix bug in ready check with `return_buffers` set to `true`. 14 years ago
Matt Ranney 99ae085e40 Document ready check changes. 14 years ago
Matt Ranney ee93d1b91b Add probe for server readiness. 14 years ago
Matt Ranney 8cf8c99763 Update Redis commands link to redis.io. 14 years ago
Matt Ranney 0f907401f0 Fix excess memory consumption from Queue backing store. 14 years ago
Matt Ranney efadbc8582 Fix multi/exec error reply callback logic. 14 years ago
Matt Ranney 2d7869261a Fix bug where unhandled error replies confuse the parser. 14 years ago
nithesh 8787d81abf Added support for new BIT-related commands. 14 years ago
Matt Ranney c1b5587e74 Fix bug where subscribe commands would not handle redis-server startup error properly. 14 years ago
Matt Ranney fc5968c96c Merge branch 'master' of github.com:mranney/node_redis 14 years ago
Matt Ranney 81ac292fce Fix markdown indentation, I think. 14 years ago
Matt Ranney ccce845cc2 Some bug fixes: 14 years ago
Matt Ranney 9b28851ab0 Remove extra call to EventEmitter constructor. 14 years ago
Matt Ranney aa3cefe506 Allocate new Arrays with known size instead of dynamically growing them. 14 years ago
Matt Ranney 202df58b93 Re-throw callback errors on nextTick 14 years ago
Matt Ranney cfe0df1c3f Remove warning about missing hiredis. You probably do want it though. 14 years ago
Matt Ranney e0ff3fea10 Revert accidental change of bench size. 14 years ago
Matt Ranney b81da6d8fc Support for multiple response parsers and hiredis C library from Pieter Noordhuis. 14 years ago
Matt Ranney 36c40ee03d JavaScript parser passes all tests when returning strings. 14 years ago
Matt Ranney b907364573 Support for multiple reply parsers including hiredis. 14 years ago
Matt Ranney 232f34a4e1 Add Unix socket example. 14 years ago
Pieter Noordhuis a5381964d9 Add option to specify whether to return strings or buffers for bulk data 14 years ago
Pieter Noordhuis 7b4ca228d6 Fix incorrect test 14 years ago
Pieter Noordhuis 8c158eb75f Merge branch 'master' into hiredis-merge 14 years ago
Pieter Noordhuis 4bef57cff0 Try to use hiredis as default reply parser 14 years ago
Matt Ranney f30e08235f Explicitly check for empty Array instead of comparing to [] 14 years ago
Pieter Noordhuis 1e698e3fce Move the reply parser to its own file 14 years ago