embedded-redis icon indicating copy to clipboard operation
embedded-redis copied to clipboard

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

Open sbcd90 opened this issue 9 years ago • 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.

sbcd90 avatar Feb 07 '16 19:02 sbcd90