I want to run redis-cli --bigkeys
on my Redis cluster to evaluate the memory usage, and perform a SCAN
across the key space to trigger an active expiry.
However, for permissions reasons I only have access to run commands via the Lua API.
Is it possible to access the redis-cli options via Lua scripts or are they only available directly from the command line?