kstyrc / embedded-redis

Redis embedded server for Java integration testing
832 stars 366 forks source link

[Question] How to build an executable RedisServer for MacOS and Linux #116

Closed h4yin closed 4 years ago

h4yin commented 4 years ago

Any help would be appreciated.

h4yin commented 4 years ago

In my case it's not work just because the latest version 6.0.5 has changed ready message to "Ready to accept connections". Overriding redisReadyPattern() works.