kstyrc / embedded-redis

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

Throw an exception if redis has not been started. #16

Closed enisher closed 9 years ago

enisher commented 9 years ago

It is often confusing when server has not been started, but redis embedded silently ignore that and answer that isActive is true.

kstyrc commented 9 years ago

Thx for contribution -,-