socketry / async-redis

MIT License
83 stars 18 forks source link

Fix bug in lrange method #4

Closed davidor closed 5 years ago

davidor commented 5 years ago

lrange crashes because there's a . instead of a ,. I took the opportunity to add a test for lrange.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 60


Totals Coverage Status
Change from base Build 57: 0.4%
Covered Lines: 313
Relevant Lines: 374

💛 - Coveralls
ioquatix commented 5 years ago

Thanks so much for your contribution.