stefanwille / crystal-redis

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

Return value for set commands #40

Closed delef closed 7 years ago

delef commented 7 years ago

Why do you return "OK", but not Bool?

stefanwille commented 7 years ago

Because I expect that nobody cares about the return value of these commands as they raise exceptions on error.