Socket
Socket
Sign inDemoInstall

catbox-redis

Package Overview
Dependencies
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

catbox-redis - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

3

lib/index.js

@@ -49,3 +49,4 @@

password: this.settings.password,
db: this.settings.database || this.settings.db
db: this.settings.database || this.settings.db,
tls: this.settings.tls
};

@@ -52,0 +53,0 @@

{
"name": "catbox-redis",
"description": "Redis adapter for catbox",
"version": "4.1.0",
"version": "4.2.0",
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)",

@@ -6,0 +6,0 @@ "contributors": [

@@ -11,2 +11,3 @@ catbox-redis [![Build Status](https://travis-ci.org/hapijs/catbox-redis.svg?branch=master)](https://travis-ci.org/hapijs/catbox-redis)

- `url` - the Redis server URL (if `url` is provided, `host`, `port`, and `socket` are ignored)
- `tls` - the `tls` options passed to the underlying `ioredis` client
- `host` - the Redis server hostname. Defaults to `'127.0.0.1'`.

@@ -13,0 +14,0 @@ - `port` - the Redis server port or unix domain socket path. Defaults to `6379`.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc