Update F-Stack_Quick_Start_Guide.md

Fix #336
dev
johnjiang 2019-03-12 17:03:59 +08:00 committed by GitHub
parent ee6c3aa356
commit 22a4ca445e
1 changed files with 1 additions and 1 deletions

View File

@ -75,5 +75,5 @@ The mount point can be made permanent across reboots, by adding the following li
# run with start.sh
./start.sh -b ./redis-server -o /path/to/redis.conf
# or run like this:
#./redis-server --conf=config.ini --proc-type=primary --proc-id=0 /path/to/redis.conf
#./redis-server --conf config.ini --proc-type=primary --proc-id=0 /path/to/redis.conf