Back to plugins & integrations

Multi-Server Session Cache icon

Multi-Server Session Cache

Multi-server proof session cache, using the existing database as cache

npm install @pinelab/vendure-plugin-multiserver-db-sessioncache

Integration type

Partner
Plugins built by certified Vendure partners

Category

Infrastructure

Last published

182 days ago

Downloads in past month

178
README.md

Multi-Server Session Cache Plugin

Vendure version

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];