Skip to content

Minimum config for embedded distributed cache? #120

@EdBailey

Description

@EdBailey

Hi, I raised a related issue on the storages repo, but I thought it might be useful to ask for advice here as well.

The docs here and on souin talk about embedded olric, but i haven't been able to get it to work. I would ideally like to have distributed caching without needing to run an extra service to handle the cache storage but haven't had any success.

With the following in my Caddyfile, I get the error Impossible to connect to Olric, error while discovering the cluster members: dial tcp [::1]:6379: connection refused

cache {
		olric {
			path /etc/caddy/configs/olric.yml
		}
}

The config is currently copied from https://github.com/buraksezer/olric/blob/master/cmd/olricd/olricd-local.yaml

What is expected to be the minimum config to set up a distributed cache at the moment?

Thanks

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