N
Nuxt2y ago
AngeloK

Redis storage + DDEV Redis

Hi, I am trying to setup a redis storage layer. I've got a local Redis container running on ddev. I'm following this guide: https://nuxt.com/docs/guide/directory-structure/server#example-using-redis My ddev describe says redis is running on https://xxxx.ddev.site:6379 and my nuxt config has the following settings:
nitro: {
storage: {
redis: {
driver: "redis",
/* redis connector options */
port: 6379, // Redis port
host: "https://xxxx.ddev.site", // Redis host
},
},
},
nitro: {
storage: {
redis: {
driver: "redis",
/* redis connector options */
port: 6379, // Redis port
host: "https://xxxx.ddev.site", // Redis host
},
},
},
However calling the getItem method results in the following error: [ioredis] Unhandled error event: ParserError: Protocol error, got "H" as reply type byte. Please report this. Anyone have a idea what could cause this? Can't find anything on google. Think it might have to be an issue with tls/ssl? Thanks
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server