388 Commits (f03e673338d54b8e76b2c62c817b68f62d5f166b)
 

Author SHA1 Message Date
Matt Ranney abd32ce407 Add metrics to devDependencies. 13 years ago
Matt Ranney 66a32f86dc new version of multi_bench that tests more realistic scenarios. 13 years ago
Matt Ranney 2fa2ffc438 Remove reference to arguments which was unused and de-optimizes the constructor. 13 years ago
Matt Ranney 0c8646bc61 Use number literals for case labels to help V8 go faster. 13 years ago
Matt Ranney b633587b49 Fix flush+error bug on server disconnect. 13 years ago
Matt Ranney f2a6a20a74 Send quit command right away. 13 years ago
Matt Ranney c74657cdfa Improved reconnect logic. Initial version of reconnect thresholds. 13 years ago
Matt Ranney 8e338c6136 node 0.6 fixes 13 years ago
Owen Smith 54cf583dc3 Support new option 'max_attempts' to specify a total number of connection retries 14 years ago
Owen Smith 025c2e938e Support new option 'connect_timeout' to stop connection retries after the number of ms specified 14 years ago
Matt Ranney 8a2c1ad227 Merge pull request #141 from felixge/missing-self 13 years ago
Dayananda Nanjundappa a6670edb9a Support for retrieving data as Buffer on a per command basis 13 years ago
Maksim Lin 804970f895 added handy example of using sort command using code posted by linus in mranney/node_redis/#103 13 years ago
Jean-Hugues Pinson 074555396b override select method to store selected db in client instance and restore selected db on connect 13 years ago
Felix Geisendörfer 61ddce87fa Fix bad reference to 'this' 13 years ago
Felix Geisendörfer fbc1642461 Fix: Hiredis parser traps pubsub event exceptions 13 years ago
bobrik 0c1c8cab83 added test for optional callbacks 13 years ago
Ian Babrou f30ecbe561 added ability to pass undefined instead of callback 13 years ago
Matt Ranney 3e95c55a03 Fix for [GH-127] 13 years ago
Matt Ranney 688b838be7 Revert "Fixes the case where if the quit() method is called, the closing variable checks are not honoured." 13 years ago
Matt Ranney 50d9f8d45e Fix and test for [GH-123] 13 years ago
Matt Ranney 6d9298e418 Merge pull request #122 from markdaws/master 13 years ago
Mark Dawson 263965ae44 Fixes the case where if the quit() method is called, the closing variable checks are not honoured. 13 years ago
Matt Ranney 3cc297ada4 Contributed changes: 13 years ago
Matt Ranney 49300363e4 Merge pull request #118 from dvv/master 13 years ago
Matt Ranney 256ce6b736 Merge pull request #119 from umairsiddique/master 13 years ago
Matt Ranney d99f3d988e Merge pull request #120 from lp/master 13 years ago
Louis-Philippe Perron abc647ccb5 exports Multi as commodity 13 years ago
Umair Siddique 769748f473 Now it works with SlowBuffer too. 13 years ago
Vladimir Dronnikov 607cd71208 hz 14 years ago
Vladimir Dronnikov f93af92fac updated stress tests 14 years ago
Vladimir Dronnikov cc2c3f7776 another pub/sub strategy 14 years ago
Vladimir Dronnikov 9a4e51ee40 fix for buffered_writes -- now drain event works 14 years ago
Vladimir Dronnikov 02c3b01f0e added leaking stress tests. need to employ ned backpressure feature 14 years ago
Matt Ranney 891529c06a Fix bug with optional callbacks for hmset. 14 years ago
Matt Ranney 04b4db8723 Mention EVAL. 14 years ago
Matt Ranney bd21c73b81 Move usage example to the top. 14 years ago
Matt Ranney 68774e071c Update description of hiredis and JS parser. 14 years ago
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