Update redis document.

This commit is contained in:
unknown 2018-05-28 17:11:06 +08:00
parent e850874db3
commit 8ba865bafa
1 changed files with 16 additions and 20 deletions

View File

@ -7,18 +7,11 @@
See Intel DPDK [linux_gsg](http://dpdk.org/doc/guides/linux_gsg/index.html)
## Clone F-Stack
## clone F-Stack
mkdir /data/f-stack
git clone https://github.com/F-Stack/f-stack.git /data/f-stack
## Install libnuma-dev
# on Centos
yum install numactl-devel
# on Ubuntu
sudo apt-get install libnuma-dev
## Compile DPDK
Read DPDK Quick Started Guide or run the command below
@ -79,5 +72,8 @@ The mount point can be made permanent across reboots, by adding the following li
cd app/redis-3.2.8/
make
make install
# 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