【发布时间】:2020-12-23 08:42:37
【问题描述】:
redis-cli -h host -p port --bigkeys
会显示一个大键列表,非常方便。
但在我的环境中,我仅限于交互模式。
在我可以输入任何命令之前,它已经通过交互模式连接到 redis。喜欢:
redis-cli -h host -p port
> x.x.x.x@port connected!
> i can start typing here
有没有办法在交互模式下使用 --bigkeys 命令?
【问题讨论】:
-
你用的是什么版本的redis?
-
@ShubhamSrivastava 6.0.8
标签: redis redis-cli interactive-mode