• Oran Agra's avatar
    A few non-data commands that should be allowed while loading or stale · ac2c96f5
    Oran Agra authored
    SELECT, and HELLO are commands that may be executed by the client
    as soon as it connects, there's no reason to block them, preventing the
    client from doing the rest of his sequence (which might just be INFO or
    CONFIG, etc).
    
    MONITOR, DEBUG, SLOWLOG, TIME, LASTSAVE are all non-data accessing
    commands, which there's no reason to block.
    ac2c96f5
server.c 182 KB