kstyrc / embedded-redis

Redis embedded server for Java integration testing
840 stars 368 forks source link

Adding 3.2.11 support, removing dependencies #87

Closed emjburns closed 6 years ago

emjburns commented 6 years ago

@cfieber and I need support for Redis > 3.0.0, so we updated this to support 3.2.11. We also removed the dependency on guava and commons.io to reduce dependencies.

@krzysztof-styrc @kstyrc we want to contribute this back and have you release a new version - is this okay? If you'd prefer we can just fork it and maintain a working copy for ourselves, but per the discussion in https://github.com/kstyrc/embedded-redis/issues/82 it seems that you'd be willing to merge PRs into this repo.

@MagnusSmith can you still provide the windows binary?

emjburns commented 6 years ago

This passes all tests when run locally, seems like something is wrong with the AppVeyor build.

emjburns commented 6 years ago

Closed. We will maintain this separately at https://github.com/spinnaker/embedded-redis so that we can update it as needed.