kstyrc / embedded-redis

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

does not use created by setting() config #33

Closed dmytroDragan closed 9 years ago

dmytroDragan commented 9 years ago

builder creates config file and try to set up it to redis-server, but it is ignored.

kstyrc commented 9 years ago

Hmmm, any hints on that?

Maybe it was the issue of old redis binary for windows? In the latest release 0.5, I've updated windows binary to 2.8.19

dmytroDragan commented 9 years ago

Yes, you are right. I used old version. With new one it is ok. Thanks