stefanwille / crystal-redis

Full featured Redis client for Crystal
MIT License
380 stars 61 forks source link

Invalid Int32 #50

Closed bararchy closed 6 years ago

bararchy commented 6 years ago

Redis server: 4.0.9 OS: Ubuntu 17.10

Changed code for debug here: screenshot at 15-55-50

Getting this:

screenshot at 15-57-35

Not sure why but it gets an empty line and tries to do .to_i on it which ofc fails.

bararchy commented 6 years ago

it seems I was using an old version of the shard, newer one fixes it, thanks.