Getting and setting Valkey configuration using valkey-cli #1638
Unanswered
chriscroome
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm loking at how best to configure multiple Valkey instances on Debian, following the Debian instructions, I was considering using
valkey-cli
to get and set configuration variables however I'm not sure if this is possible for variables that have multiple values, for example,client-output-buffer-limit
:Getting the value of
client-output-buffer-limit
as JSON:If this is written back to
/etc/valkey/valkey.conf
as:Does that have the same effect as what is currently in
/etc/valkey/valkey.conf
?If not is there a way to get JSON in a format like this for multiple entries?
Beta Was this translation helpful? Give feedback.
All reactions