拷贝一份redis.conf到其他目录
cp /opt/redis-3.2.5/redis.conf /usr/local/myredis
启动
redis-server /usr/local/myredis/redis.conf
客户端访问
redis-cli
客户端关闭:
shutdowm