• Oran Agra's avatar
    redis-cli add support for --memkeys, fix --bigkeys for module types · 72ba6069
    Oran Agra authored
    * bigkeys used to fail on databases with module type keys
    * new code adds more types when it discovers them, but has no way to know element count in modules types yet
    * bigkeys was missing XLEN command for streams
    * adding --memkeys and --memkeys-samples to make use of the MEMORY USAGE command
    
    see #5167, #5175
    72ba6069
redis-cli.c 260 KB