gpt4 book ai didi

redis - 一个redis INFO : -ERR wrong number of arguments for 'info' command

转载 作者:IT王子 更新时间:2023-10-29 05:59:32 25 4
gpt4 key购买 nike

所以我只是按照此处所述运行了 INFO 命令 http://redis.io/commands/info

但它只给我默认部分——比如 cpu 信息和其他

当我尝试添加 [section] 参数时 - 它出错了:

telnet 127.0.0.1 6379
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.

INFO keyspace
-ERR wrong number of arguments for 'info' command

INFO all
-ERR wrong number of arguments for 'info' command

那么我如何获取 INFO 命令的键空间部分?

最佳答案

发生 info section 在 redis 版本 <2.6 中不工作。

所以我最终使用了没有 section 参数的简单 info,尽管它不会给你全部。

关于redis - 一个redis INFO : -ERR wrong number of arguments for 'info' command,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21632845/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com