• guybe7's avatar
    Fix COMMAND GETKEYS on EVAL without keys (#9733) · f11a2d4d
    guybe7 authored
    Add new no-mandatory-keys flag to support COMMAND GETKEYS of commands
    which have no mandatory keys.
    
    In the past we would have got this error:
    ```
    127.0.0.1:6379> command getkeys eval "return 1" 0
    (error) ERR Invalid arguments specified for command
    ```
    f11a2d4d
module.c 419 KB