stefanwille / crystal-redis

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

Add async write and read list test #48

Closed lccxx closed 6 years ago

lccxx commented 6 years ago

will fail test with cast from Int64 to (String | Nil) failed, at ./crystal-redis/src/redis/command_execution/value_oriented.cr:37:9:37

lccxx commented 6 years ago

new redis connect with in spawn to solve this problem