Skip to content

windows如何使用 #953

Open
Open
@rizeordLi

Description

@rizeordLi

想要在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中使用

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions