fix(databases): update default Redis version from 7 to 8#4224
Open
GuillaumeLecomte1 wants to merge 1 commit intoDokploy:canaryfrom
Open
fix(databases): update default Redis version from 7 to 8#4224GuillaumeLecomte1 wants to merge 1 commit intoDokploy:canaryfrom
GuillaumeLecomte1 wants to merge 1 commit intoDokploy:canaryfrom
Conversation
Update Redis default image from redis:7 to redis:8 in: - packages/server/src/setup/redis-setup.ts (internal Redis setup) - packages/server/src/services/ai.ts (AI service template examples) - apps/dokploy/components/dashboard/project/add-database.tsx (UI default) Redis 8 provides better performance according to benchmarks while maintaining stability. Closes Dokploy#4172.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update Redis default image from
redis:7toredis:8in:packages/server/src/setup/redis-setup.ts(internal Redis setup)packages/server/src/services/ai.ts(AI service template examples)apps/dokploy/components/dashboard/project/add-database.tsx(UI default)Redis 8 provides better performance according to benchmarks while maintaining stability.
Closes #4172
Greptile Summary
This PR bumps the default Redis image from
redis:7toredis:8across the UI placeholder, AI prompt template, and the internal Dokploy Redis setup. Redis 8 has been GA since May 2025 and is available on Docker Hub. The db schema (packages/server/src/db/schema/redis.ts) was already atredis:8before this PR, so the three changes here bring the rest of the codebase in sync — noredis:7references remain.Confidence Score: 5/5
Reviews (1): Last reviewed commit: "fix(databases): update default Redis ver..." | Re-trigger Greptile
(2/5) Greptile learns from your feedback when you react with thumbs up/down!