
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
node-redis-connection-pool
Advanced tools
Simplistic node redis connection pool ready can scale with generic-pool support
Simplistic node redis connection pool ready can scale with generic-pool support
node >= 8
This module requires nodejs v8 or laterredis >= 4
This module requires redis v4 or above as it has dependencies on UNLINK
and redis.replicate_commands()
for pattern deletion. npm install node-redis-connection-pool
var RedisPool = require("node-redis-connection-pool");
var pool = new RedisPool();
pool.sendCommand("set", ["key", "value"])
pool.acquire()
.then(conn => {
// Do some work
// At the end release the conn back to the pool
pool.release(conn)
});
options
object propertiesName | Type | Description |
---|---|---|
name | string |
Name your pool |
redisOptions | object |
opts from node_redis#options-object-properties |
poolOptions | object |
opts from node-pool#createpool |
logger | object |
Inject your custom logger |
bash test.sh
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed to/reviewed this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
3.1.0 - 2021-04-27
FAQs
Simplistic node redis connection pool ready can scale with generic-pool support
The npm package node-redis-connection-pool receives a total of 41 weekly downloads. As such, node-redis-connection-pool popularity was classified as not popular.
We found that node-redis-connection-pool 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.