start redis server daemon
fig up -d
using redis
fig run redis redis-cli -h redis # (please push long enter key..)
tutorial redis
set num 10
set str hello
lpush mylist firstvalue
lpush mylist secondvalue
lpush mylist thirdvalue
get num
get str
lrange mylist 0 -1