“连接 Redis 后直接执行命令”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) (建立内容为“1”的新页面) |
Jihongchang(讨论 | 贡献) |
||
第1行: | 第1行: | ||
− | 1 | + | <syntaxhighlight lang="powershell"> |
+ | F:\下载目录\Redis-x64-5.0.14.1>.\redis-cli.exe -h 127.0.0.1 -p 6381 -a vn4sj5kbxdaG flushdb | ||
+ | Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. | ||
+ | OK | ||
+ | |||
+ | F:\下载目录\Redis-x64-5.0.14.1> | ||
+ | </syntaxhighlight> |
2023年2月20日 (一) 03:54的最新版本
F:\下载目录\Redis-x64-5.0.14.1>.\redis-cli.exe -h 127.0.0.1 -p 6381 -a vn4sj5kbxdaG flushdb
Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
OK
F:\下载目录\Redis-x64-5.0.14.1>