daurnimator / lredis

A redis client for lua
MIT License
42 stars 7 forks source link

Deadlock caused by error in pipelined request. #8

Open Oozlum opened 3 years ago

Oozlum commented 3 years ago

@daurnimator I discovered a deadlock issue which is caused by an error that occurs during a pipelined request. I've fixed the issue in this PR #7

This PR causes the Travis CI build to fail on Lua 5.1 only, but I have no idea why it should do so.