7.0.4 • Published 10 months ago

vendure-plugin-multiserver-db-sessioncache v7.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

10 months ago

7.0.3

10 months ago

7.0.2

10 months ago

7.0.1

10 months ago