Skip to content

redis

参考地址:https://www.runoob.com/redis/redis-install.html

windosw-redis启动

  1. 打开redis的安装目录
  2. 启动命令
shell
redis-server.exe redis.windows.conf

3、redis命令

shell
 redis-cli --raw

4、

shell
keys *  # 列出当前db 所有key
get key  # 获取当前key下的数据,这里区分是什么数据 不然get的命令不一样

alt text