Skip to content

how to configure multi server? #27

@the404

Description

@the404

I want use this to store data in multi server,but always just store in one

is that need some code to config?

I just add a config in appsettings.json

"Memcached": {
    "Servers": [
      {
        "Address": "39.108.125.154",
        "Port": 11211
      },
      {
        "Address": "39.108.125.154",
        "Port": 11210
      }
    ]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions