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

Redis 2.4.0 hangs when getting a key #924

Closed
cressie176 opened this issue Nov 25, 2015 · 4 comments
Closed

Redis 2.4.0 hangs when getting a key #924

cressie176 opened this issue Nov 25, 2015 · 4 comments
Labels

Comments

@cressie176
Copy link

    var client = redis.createClient('redis://redis-postcodes.somehost.com:6379');
    console.log('Connecting to ', client.address)
    client.get(postcode, function(err, result){
        console.log('Connected to', client.address);
        client.end()
        return cb(err, result)
    })

Output with 2.3.1

Connecting to  redis-postcodes.somehost.com:6379
Connected to redis-postcodes.somehost.com:6379

Output with 2.4.0

Connecting to  redis-postcodes.somehost.com:6379

The redis service is an AWS ElastiCache 2.8.22

@BridgeAR
Copy link
Contributor

I noticed this myself about one hour after releasing 2.4 :(

I'm already investigating the issue and try to fix it. If I do not find a fix in the next couple of hours, I'll revert the parser changes. Please use the hiredis parser in the meanwhile or use 2.3 until I release 2.4.1.

@cressie176
Copy link
Author

Thanks. No problem using 2.3

@BridgeAR
Copy link
Contributor

@cressie176 would you be so kind and test my fix: c782ef2

@cressie176
Copy link
Author

Works for me. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants