stefanwille / crystal-redis

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

cast from Int64 to (String | Nil) failed #73

Closed codenoid closed 5 years ago

codenoid commented 5 years ago
cast from Int64 to (String | Nil) failed, at /var/app/MyApp/lib/redis/src/redis/command_execution/value_oriented.cr:39:9:39
kostya commented 5 years ago

any example?

codenoid commented 5 years ago

that's the problem

stefanwille commented 5 years ago

@codenoid please can you tell me how to reproduce the issue?

codenoid commented 5 years ago

idk, too many code in my project

proyb6 commented 5 years ago

@codenoid Kindly write a small test at least, your previous issue in Crystal repo were closed for the same reason.

codenoid commented 5 years ago

Joe

kostya commented 5 years ago

i saw similar errors in another issues, and all this errors turns out was just concurrency errors, are you environment use concurrency? if so, you should use PooledClient.