Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with how Client.requestBuffer is used #23

Open
tautologistics opened this issue May 13, 2010 · 1 comment
Open

Problem with how Client.requestBuffer is used #23

tautologistics opened this issue May 13, 2010 · 1 comment

Comments

@tautologistics
Copy link
Contributor

OS: OSX 10.5.8
Node: 0.1.94
Redis: 1.3.11
redis-client: 5050251

Test case: http://gist.github.com/400261

The request sent to redis is consistently truncated in the same place. Either of two changes avoid the problem (but are not fixes):

A. Swap the order of "template" and "code" properties
B. Change Client.requestBuffer to be created with an initial size of 4096 instead of 512

I'm trying to work out what the problem is now and will submit a fix if I find it.

@tautologistics
Copy link
Contributor Author

Did you ever check out my push request?

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

No branches or pull requests

1 participant