We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
想要在window系统中本地尝试使用, 下载 redis-shake-v4.4.0-windows-amd64.tar.gz
解压缩至本地目录,得到redis-shake(无后缀名) 和 shake.toml文件, 在shake.toml中配置好后, 在powershell中执行 .\redis-shake -conf=shake.toml -type=sync 会提示“选择应用以打开redis-shake”
手动为redis-shake,添加.exe可执行后缀, 执行 .\redis-shake.exe -conf=shake.toml -type=sync 会提示
程序“redis-shake.exe”无法运行: 指定的可执行文件不是此操作系统平台的有效应用程序。所在位置 行:1 字符: 1 + .\redis-shake.exe -conf=shake.toml -type=sync + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~。 所在位置 行:1 字符: 1 + .\redis-shake.exe -conf=shake.toml -type=sync + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException + FullyQualifiedErrorId : NativeCommandFailed
请问具体如何在windows中使用
The text was updated successfully, but these errors were encountered:
我没有 win 的机器测试,你要不重新编译一个吧
Sorry, something went wrong.
补充截图
你的平台是arm平台?
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
想要在window系统中本地尝试使用,
下载
redis-shake-v4.4.0-windows-amd64.tar.gz
解压缩至本地目录,得到redis-shake(无后缀名) 和 shake.toml文件, 在shake.toml中配置好后, 在powershell中执行
.\redis-shake -conf=shake.toml -type=sync
会提示“选择应用以打开redis-shake”
手动为redis-shake,添加.exe可执行后缀,
执行
.\redis-shake.exe -conf=shake.toml -type=sync
会提示
请问具体如何在windows中使用
The text was updated successfully, but these errors were encountered: