stefanwille / crystal-redis

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

result of eval/evalsha can be not only array, integers and strings are acceptable too #92

Closed DRVTiny closed 4 years ago

DRVTiny commented 4 years ago

But IMHO for quick and dirty solution replacing string_array_command by string_array_or_integer_command is also acceptable.