Qovery / RedisLess

RedisLess is a fast, lightweight, embedded and scalable in-memory Key/Value store library compatible with the Redis API.
MIT License
150 stars 16 forks source link

Int parse error #53

Open rahulghangas opened 3 years ago

rahulghangas commented 3 years ago

Return relevant error if parsing of integer argument for (incr, incr_by, decr, decr_by) fails

evoxmusic commented 3 years ago

Hey @rahulghangas - thank you for this PR. Can you take a look at the tests? It seems that one is failing. Thank you 🙏

rahulghangas commented 3 years ago

Ah yep, that's the test that I added. I believe it might be related to a deeper bug since the error returned has characters missing, I will debug it when I get back to my machine later.

rahulghangas commented 3 years ago

@evoxmusic please review again

evoxmusic commented 3 years ago

Sure, I'll this weekend