Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

RocksDB not working with default config for SMTP only #42

Answered by mdecimus
11notes asked this question in Q&A
Discussion options

You must be logged in to vote

The Redis library that Stalwart uses is configured differently depending on whether you're using Redis or Redis cluster. I'll have this better documented, but Redis is configured entirely from the URL using the following syntax:

redis://[<username>][:<password>@]<hostname>[:port][/<db>]

And to use rediss with a self-signed certificate:

rediss://[<username>][:<password>@]<hostname>[:port][/<db>]#insecure

Edit: The Redis documentation has been updated.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@11notes
Comment options

@mdecimus
Comment options

Comment options

You must be logged in to vote
3 replies
@mdecimus
Comment options

Answer selected by 11notes
@11notes
Comment options

@mdecimus
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants