logback-redis-appender
logback-redis-appender copied to clipboard
unit tests work only if redis is running on the test machine
added embedded redis so the tests will pass
The test failed because I guess the build system for this project has a redis server running? It works perfectly on my local box. Please let me know if there is anything else I can do. Thanks!
I am using your redis appender project for one of the projects in my office. Its very helpful. Thank you for that.
I have no experience in Embedded Redis Server. I run tests in Travis CI and it gives me the proper redis environment.
I am glad to hear that this project can help you.