# tough-cookie-redisstore

> redis store for tough-cookie

Latest version **0.0.4** (published 2019-04-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install tough-cookie-redisstore
pnpm add tough-cookie-redisstore
yarn add tough-cookie-redisstore
bun add tough-cookie-redisstore
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2019-04-03 |
| First published | 2019-01-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 6.8 KB |
| Known vulnerabilities | 0 (+3 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | arnkorty |
| Maintainers | arnkorty |

## Links

- npm: https://www.npmjs.com/package/tough-cookie-redisstore
- Repository: https://github.com/arnkorty/tough-cookie-redisstore
- Homepage: https://github.com/arnkorty/tough-cookie-redisstore#readme
- Issues: https://github.com/arnkorty/tough-cookie-redisstore/issues
- npm.io page: https://npm.io/package/tough-cookie-redisstore

## Dependencies (2)

- [ioredis](https://npm.io/package/ioredis.md) ^4.3.0
- [tough-cookie](https://npm.io/package/tough-cookie.md) ~0.12.1

## Recent versions

- 0.0.4 (latest) — 2019-04-03
- 0.0.3 — 2019-01-03
- 0.0.2 — 2019-01-03
- 0.0.1 — 2019-01-03

## README

# Redis Cookie Store

tough-cookie-redisstore is a File store for tough-cookie module, base on [tough-cookie-filestore](https://github.com/mitsuru/tough-cookie-filestore). See
[tough-cookie documentation](https://github.com/goinstant/tough-cookie#constructionstore--new-memorycookiestore-rejectpublicsuffixes) for more info.


## installation

    $ npm install tough-cookie-redisstore

## Options

  `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

---
_Source: https://npm.io/package/tough-cookie-redisstore · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
