
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
akyuu-redis-session
Advanced tools
Session stored in redis based on Akyuu.js.
It's based on connect-redis of Expressjs.
$ npm install --save akyuu-redis-session
Install this package and add configuration section below to your redisSession plugins section of configuration in Akyuu.js.
{
enabled: true,
secret: "SECRET",
name: "NAME",
// All other session parameters can be found on https://github.com/expressjs/session#options
conn: {
host: "redis-server",
port: PORT,
// All other redis parameters can be found on https://github.com/tj/connect-redis#options
}
}
You may get full parameters list on https://github.com/tj/connect-redis#options and https://github.com/expressjs/session#options.
FAQs
Session stored in redis based on Akyuu.js
The npm package akyuu-redis-session receives a total of 1 weekly downloads. As such, akyuu-redis-session popularity was classified as not popular.
We found that akyuu-redis-session demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.