Skip to content

support for redis multi line config #19

@naughtyGitCat

Description

@naughtyGitCat

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"]

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions