kstyrc / embedded-redis

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

support for user-provided command line arguments in redis-server command #68

Open sbcd90 opened 8 years ago

sbcd90 commented 8 years ago

Hello,

There is no support to provide user-provided command line arguments. I wanted to start redis-server like this

./redis-server --port 6379 --dir /tmp/redis

but that did not work. Hence, provided a fix for that. Kindly merge PR #67 provided.

@kstyrc please review & merge.