Change the DBs used away from Redis and Maria #287

Closed
opened 2026-04-05 20:04:17 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @AeonRemnant on 10/24/2024

Is there an existing feature request for this?

  • I have searched the existing issues before opening this feature request.

Describe the feature you would like to see.

Simply put there's some higher performance options that can be relatively easily migrated toward.

Describe the solution you'd like.

Firstly, Postgres > Maria, this would require a bit of work but be a significant step up over Maria.
Secondly, KeyDB > Redis, KeyDB is a dropin replacement for Redis, it's multithreaded and a LOT faster, a single KeyDB install is as fast as a 7 node Redis cluster. It's 1:1 Redis compatible and doesn't require any specific rewrites.

In the event KeyDB is veto'd, I very much would love to see switching to Valkey, the TL;DR is Valkey is open source Redis ever since Redis closed source.

Given this is Docker Compose driven, it makes sense to use higher performance alt softwares.

Additional context to this request.

No response

*Originally created by @AeonRemnant on 10/24/2024* ### Is there an existing feature request for this? - [X] I have searched the existing issues before opening this feature request. ### Describe the feature you would like to see. Simply put there's some higher performance options that can be relatively easily migrated toward. ### Describe the solution you'd like. Firstly, Postgres > Maria, this would require a bit of work but be a significant step up over Maria. Secondly, KeyDB > Redis, KeyDB is a dropin replacement for Redis, it's multithreaded and a LOT faster, a single KeyDB install is as fast as a 7 node Redis cluster. It's 1:1 Redis compatible and doesn't require any specific rewrites. In the event KeyDB is veto'd, I very much would love to see switching to Valkey, the TL;DR is Valkey is open source Redis ever since Redis closed source. Given this is Docker Compose driven, it makes sense to use higher performance alt softwares. ### Additional context to this request. _No response_
MrUnknownDE added the Feature Request label 2026-04-05 20:04:17 +02:00
Sign in to join this conversation.
No Label Feature Request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pyrodactyl#287