session-storage-memcache@0.1.0
📦 remixView on GitHub →
✨ 2 features🔧 1 symbols
Summary
This minor release introduces a new Memcache session storage backend for Node.js environments, complete with configurable options.
✨ New Features
- Add Memcache session storage via the new function `createMemcacheSessionStorage(server, options)`.
- Memcache session storage supports configuration options: `useUnknownIds`, `keyPrefix`, and `ttlSeconds`.