redis-cli -h host -p port --bigkeys
will show a list of large keys, which is very convenient.
but in my environment, I am limited to the interactive mode.
Before I can type any commands, it's already connected to redis via interactive mode. Like:
redis-cli -h host -p port
> x.x.x.x@port connected!
> i can start typing here
Is there any way to use the --bigkeys command inside the interactive mode?