#Error with redis

2 messages · Page 1 of 1 (latest)

carmine shadow
#

Hello, i m trying use redis but i have a problem, when i use npx medusa develop i get this message:

[medusa-config] :warning: redis_url not found. A fake redis instance will be used.```

medusa-config.js 

const modules = {
eventBus: {
resolve: "@medusajs/event-bus-redis",
options: {
redisUrl: process.env.EVENTS_REDIS_URL,
},
},


Is my first time using redis and medusa
wicked kite
#

The warning is for a redis_url that will be used by express to store the sessions. Not related to the module config.