stefanwille / crystal-redis

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

Use TimeoutError and avoid Errno on Crystal 0.34 #103

Closed bcardiff closed 4 years ago

bcardiff commented 4 years ago

This updates support for Crystal 0.34.0 without dropping previous Crystal releases.

If that is not wanted, the macro compare_versions can be removed.

stefanwille commented 4 years ago

Thank you Brian! I have removed support for older Crystal versions.