This is the changelog for session-storage-memcache. It follows semantic versioning.
- Fixed Memcache session storage so
ttlSecondsvalues longer than 30 days remain relative durations instead of being interpreted by Memcached as already-expired Unix timestamps.
- Bumped
@remix-run/*dependencies:
-
Add Memcache session storage with
createMemcacheSessionStorage(server, options).This adds a Node.js Memcache backend with support for
useUnknownIds,keyPrefix, andttlSeconds, along with integration tests that run against Memcached in CI.
- Initial release.