embedded-redis
embedded-redis copied to clipboard
Redis embedded server for Java integration testing
When starting redis embedded as part of another applicaiton (spring boot in this case) i am getting each time a very very annoying alert message ( see screenshot for more...
If I have a java application containerized with this redis embedded and I create another instance of this application, is possible to this new node join in a cluster automatically...
Hi there, if you started and not stopped a test then the embedded redis is still running. During start of your next test the test fails with the only message...
Different versions of Redis have different startup outputs. The currently implemented readiness check works for Redis 2.8.19 but not for Redis 4.0.4 nor 5.0.5. Redis 5.0.5 standalone output ``` 73261:M...
Looks like this project is no longer maintained. @kstyrc correct me if I'm wrong. If that is true, I'd like to start a discussion to see how much people are...
When I try to start redis server I haven't got error messages but in mine dmesg output present this message: ``` 2791.027809] redis-server[12057] vsyscall attempted with vsyscall=none ip:ffffffffff600400 cs:33 sp:7ffdd5bc34c8...
Hi, Does the embedded Redis support the SSL connection? Thanks in advance for the response. Regards, Guobao
README states the license but it would be nice to have the proper LICENSE file too.