
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.
catbox-redis
Advanced tools
Redis adapter for catbox
Lead Maintainer: Marcus Poehls
url
- the Redis server URL (if url
is provided, host
, port
, and socket
are ignored)host
- the Redis server hostname. Defaults to '127.0.0.1'
.port
- the Redis server port or unix domain socket path. Defaults to 6379
.socket
- the unix socket string to connect to (if socket
is provided, host
and port
are ignored)password
- the Redis authentication password when required.database
- the Redis database.partition
- this will store items under keys that start with this value. (Default: '')sentinels
- an array of redis sentinel addresses to connect to.sentinelName
- the name of the sentinel master. (Only needed when sentinels
is specified)catbox-redis
allows you to specify a custom Redis client. Using a custom client
puts you in charge of lifecycle handling (client start/stop).
Requirements
client
must be compatible with the ioredis
APIclient
must also expose the status
property that needs to match ready
when connectedclient
is ready when client.status === 'ready'
resolves to true
All other options of catbox-redis
are ignored when providing a custom client
.
client
- a custom Redis client instanceThe test suite expects:
/tmp/redis.sock
See .travis.yml
redis-server &
npm test
FAQs
Redis adapter for catbox
We found that catbox-redis demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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.