docs: updates for next release (#14275)

This commit is contained in:
Shahed Nasser
2025-12-11 15:56:34 +02:00
committed by GitHub
parent 920d002288
commit 62c637d709
5 changed files with 235 additions and 46 deletions
@@ -171,7 +171,9 @@ module.exports = defineConfig({
resolve: "@medusajs/medusa/workflow-engine-redis",
options: {
redis: {
url: process.env.REDIS_URL,
// Note: This was `url` before v2.12.2
// It's now deprecated in favor of `redisUrl`
redisUrl: process.env.REDIS_URL,
},
},
},