Closed lichangwei closed 1 year ago
Thanks for the contribution!
This is an interesting idea. What is the use case for this?
I can imagine the use case for it could be for tests in a not installed environment liked docker.
maybe to use with not javascript tests.
for example to run it as a background process to have a server.
RUN npx cross-env REDISMS_PORT=6379 npx redis-memory-server & RUN run c++ tests..
That makes sense. @lichangwei, there is some outstanding feedback.
@lichangwei It looks like I never submitted the feedback I wrote over 2 years ago... Sorry about that! It's submitted now.
thank you for the contribution, @lichangwei!
add a simple way to start redis memory server