Skip to content

Configuring multiple master nodes #831

Answered by jhuckaby
GustWind-byte asked this question in Q&A
Discussion options

You must be logged in to vote

Alas, I'm so sorry, but it's not officially supported.

But if you want to live a little dangerously, check out:

https://github.com/jhuckaby/pixl-server-storage#redis

This is the storage system that powers Cronicle under the hood, and it does technically support Redis. Just please note that Cronicle was never tested with a Redis storage backend, so there may be unforeseen issues.

If you want to try it, set up your Cronicle Storage configuration like this:

"Storage": {
	"engine": "Redis",
	"Redis": {
		"host": "127.0.0.1",
		"port": 6379,
		"keyPrefix": "cronicle",
		"keyTemplate": ""
	}
}

But you'll need to follow the other instructions in the linked docs, especially installing the ioredis

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@GustWind-byte
Comment options

Answer selected by jhuckaby
Comment options

You must be logged in to vote
1 reply
@GustWind-byte
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
Converted from issue

This discussion was converted from issue #829 on November 23, 2024 18:55.