Package Exports
- tough-cookie-redisstore
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tough-cookie-redisstore) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Redis Cookie Store
tough-cookie-redisstore is a File store for tough-cookie module, base on tough-cookie-filestore. See tough-cookie documentation for more info.
installation
$ npm install tough-cookie-redisstoreOptions
path file path of cookiejar.
Usage
var RedisCookieStore = require("tough-cookie-redisstore"); var CookieJar = require("tough-cookie").CookieJar;
var jar = new CookieJar(new RedisCookieStore("username-cookie-key"));
License
MIT