feat: add Valkey database type
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 37.4k
- Forks
- 3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 73
Description
What problem will this feature address?
Dokploy currently provides Redis as a database type, but not Valkey, the open-source, Redis-compatible alternative.
Describe the solution you'd like
Replace the Redis database type with Valkey, using the official Valkey image while keeping the existing database management functionality.
Describe alternatives you've considered
- Manually deploying Valkey as an application/container.
- Continuing to use Redis.
Additional context
Valkey is Redis-compatible and fully open source.
Will you send a PR to implement it?
No
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name files or tests; start by locating the existing Redis database-type definition and its related tests or management entry points. Replace that type with the official Valkey image while preserving the existing database management functionality, then run the relevant database tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, typescript
- Domain
- databases, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 66/100