Fix CONFIG SET for client-output-buffer-limit.#3465
Fix CONFIG SET for client-output-buffer-limit.#3465malisper wants to merge 1 commit intoredis:unstablefrom
Conversation
b988c7e to
cfb0241
Compare
Previously any unit for hard/soft limit (e.g. GB) would be ignored. Additionally, you could include a unit for the time and Redis would not give a invalid argument error.
cfb0241 to
ecd5223
Compare
|
Thanks, this is indeed a bug. It's been partially handled in 8c8e85d but not completely. Can you rebase and fix? |
|
I changed a version of mine. Also handle |
@enjoy-binbin I like this. Since we got no response from the original author of this PR I suggest you create a new PR and I'll close this one. |
|
@yoav-steinberg Cool. I made a new one |
|
Updated PR at #9308. closing. |
Previously any unit for hard/soft limit (e.g. GB) would be
ignored. Additionally, you could include a unit for the time and Redis
would not give a invalid argument error.