Redis
Posted 编世界
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Redis相关的知识,希望对你有一定的参考价值。
1 启动redis服务:
redis-server.exe redis-windows-conf
2 启动redis客户端
redis-cli.exe
redis-cli.exe -h 202.117.16.133 -p 6379
3 把redis服务搞成windows服务
redis-server --service-install redis.windows.conf --loglevel verbose
以上是关于Redis的主要内容,如果未能解决你的问题,请参考以下文章