Skip to content

There is a bug with authentication (please see the commit comment). It should be fixed now.#101

Merged
mranney merged 1 commit into
redis:masterfrom
danmaz74:master
Jun 30, 2011
Merged

There is a bug with authentication (please see the commit comment). It should be fixed now.#101
mranney merged 1 commit into
redis:masterfrom
danmaz74:master

Conversation

@danmaz74

@danmaz74 danmaz74 commented May 8, 2011

Copy link
Copy Markdown

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.

… 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.
@joecroninallen

Copy link
Copy Markdown

Great! I found this bug and spent quite a while tracking it down. Its always nice when someone has it fixed! Thank you!

mranney added a commit that referenced this pull request Jun 30, 2011
Fix bug with authentication and LOADING error response.
@mranney mranney merged commit 1391429 into redis:master Jun 30, 2011
@mranney

mranney commented Jun 30, 2011

Copy link
Copy Markdown
Contributor

Thanks, I've merged this. I need to come up with a way of testing all of these different permutations of reconnection, auth, and the "LOADING" error response.

mranney added a commit that referenced this pull request Jun 30, 2011
*  authentication retry while server is loading db (danmaz74) [GH-101]
*  command arguments processing issue with arrays

New features:

*  Auto update of new commands from redis.io (Dave Hoover)
*  Performance improvements and backpressure controls.
*  Commands now return the true/false value from the underlying socket write(s).
*  Implement command_queue high water and low water for more better control of queueing.

See `examples/backpressure_drain.js` for more information.
@danmaz74

Copy link
Copy Markdown
Author

Glad to have helped :) And thank you for the great work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants