我已经在我的虚拟机上安装了redis。然后我运行以下命令
[root@vm001jeguan ~]# rladmin help verify它显示以下错误:
[root@dltasvm001jeguan ~]# rladmin help verify
ERROR: invalid token 'verify'运行以下命令,它运行良好
[root@vm001jeguan ~]# rladmin status有谁遇到过这样的问题吗?非常感谢。
发布于 2016-02-16 22:10:03
您可能正在尝试在旧版本的RLEC上运行新的rladmin命令。
如需进一步支持,请联系我们,网址为: support@redislabs.com
发布于 2016-11-29 02:08:53
验证您使用的命令是否正确。您可以使用rladmin,然后按“回车”,并获得一个更容易的视图。此外,使用'tab‘进行命令猜测将会对您有所帮助。
来自4.2.1-30 RLEC的示例
[root@ip-10-0-0-65 ~]# rladmin
RedisLabs Admin CLI
Version 4.2.1-30.rhel6
Use <?> for help at any time, <TAB> for command completion.
rladmin>
rladmin>
cluster Cluster management commands
exit Exit admin shell
failover Fail-over master to slave
help Show available commands, or use help <command> for a specific command
info Show information about tunable parameters
migrate Migrate elements between nodes
node Node management commands
status Show status information
tune Tune system parameters
upgrade Upgrade database version
rladmin>https://stackoverflow.com/questions/35423178
复制相似问题