Open 1hakr opened 5 years ago
I'm seeing this warning when using memcached config in the cache. Not sure whats causing this.
My current cache nuxt.config.js
cache: { useHostPrefix: true, store: { type: 'multi', stores: [ { type: 'memory', max: 100, ttl: 1800 }, { type: 'memcached', max: 1000, ttl: 3600, options: { hosts: ['127.0.0.1:11211'], maxValueSize: 5242880 } } ] }, pages: ['/'] },
When i remove memcached, i dont see this warning at all
I'm seeing this warning when using memcached config in the cache. Not sure whats causing this.
My current cache nuxt.config.js
When i remove memcached, i dont see this warning at all