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:
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