kstyrc/embedded-redis

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

Opened this issue · 0 comments

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.