Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for redis multi line config #19

Open
naughtyGitCat opened this issue Jun 11, 2021 · 0 comments
Open

support for redis multi line config #19

naughtyGitCat opened this issue Jun 11, 2021 · 0 comments
Assignees
Labels

Comments

@naughtyGitCat
Copy link

for example

client-output-buffer-limit normal 0 0 0
client-output-buffer-limit slave 512mb 128mb 120
client-output-buffer-limit pubsub 32mb 8mb 60

each line of client-output-buffer-limit means different entry for config

expect

config.GetValue("client-output-buffer-limit")

returns

["normal 0 0 0", "slave 512mb 128mb 120", "pubsub 32mb 8mb 60"]

@salaros salaros self-assigned this Jun 14, 2021
@salaros salaros added the bug label Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants