kstyrc / embedded-redis

Redis embedded server for Java integration testing
854 stars 371 forks source link

Consider removing IOExceptions from RedisServer methods #5

Closed kstyrc closed 9 years ago

kstyrc commented 10 years ago

In some cases, IOException handling can be burdensome, throw it wrapped into RuntimeException?