• Oran Agra's avatar
    Revert change to KEYS command from (#11676) · e12aacf3
    Oran Agra authored
    in Redis 7.0 this fix covers KEYS as well, but in 6.2 and 6.0 it doesn't,
    this is because in 7.0 there's a mechanism to avoid sending partial replies
    to the client, and in older releases there isn't, and without it there's a
    risk that the client would be able to read what looks like a complete KEYS
    command.
    e12aacf3
obuf-limits.tcl 7.24 KB