1.打开redis,windows版本
redis-cli.exe -h 127.0.0.1 -p 6379 / redis-cli.exe -h 127.0.0.1 -p 6379 -a 111111
2.查询所有的key值,keys *
3.密码可以查看配置文件获取
4.redis存储hash,获取hash用hgetall
1.打开redis,windows版本
redis-cli.exe -h 127.0.0.1 -p 6379 / redis-cli.exe -h 127.0.0.1 -p 6379 -a 111111
2.查询所有的key值,keys *
3.密码可以查看配置文件获取
4.redis存储hash,获取hash用hgetall