【发布时间】:2014-03-05 03:58:37
【问题描述】:
所以我只是按照此处http://redis.io/commands/info 的描述运行了 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 命令的键空间部分?
【问题讨论】:
标签: redis