- 拷贝一份配置文件
cp Software/redis-6.2.6/redis.conf ~/redis.conf
-
设置daemonize no为daemonnize yes(有时间需要研究一下sed指令了)
-
使用该配置文件启动Redis服务,并使用redis-cli工具进行测试
redis-server ~/redis.conf
redis-cli
cp Software/redis-6.2.6/redis.conf ~/redis.conf
设置daemonize no为daemonnize yes(有时间需要研究一下sed指令了)
使用该配置文件启动Redis服务,并使用redis-cli工具进行测试
redis-server ~/redis.conf
redis-cli