Pinelab Plugins Pinelab
# Install this plugin
npm install @pinelab/vendure-plugin-multiserver-db-sessioncache

Multi-Server Session Cache Plugin

This plugin implements a multi-server proof session cache, using the existing database as cache. Vendure's built-in (default) InMemoryCache can cause conflicts on multi-server environment, and setting up Redis only for session caching might be overkill for most shops.

Getting started

Add the plugin to your config:

plugins: [MultiServerDbSessionCachePlugin];

Security

We try to keep plugins small and focussed, with minimal external dependencies: preferably none. Most of our plugins are using NPM Trusted Publishing with OIDC, and the ones that aren't are in the process of being migrated.

Need help? Get In Touch