271 Commits (f30ecbe5615bfa42370c689a9877e019b73066ba)
 

Author SHA1 Message Date
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
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