赞
踩
redis-server redis.conf
redis-cli
redis-cli -h redis域名 -p 服务器端口 -a 密码
ps -ef | grep redis
kill 进程id
kill -9 进程id
flushdb
set key value
get key
keys *
quit
SELECT index
AUTH password
ECHO message
EXISTS key
EXPIRE key seconds
MOVE key db
Redis在Windows下的使用命令请看我的另一篇博客:
https://blog.csdn.net/qq_40065776/article/details/96323151
如您在阅读中发现不足,欢迎留言!!!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。