Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@google-cloud/redis

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/redis - npm Package Compare versions

Comparing version 2.3.1 to 2.4.0

9

build/src/v1/cloud_redis_client.js

@@ -433,2 +433,3 @@ "use strict";

* * `redisConfig`
* * `replica_count`
* @param {google.cloud.redis.v1.Instance} request.instance

@@ -700,3 +701,3 @@ * Required. Update description.

/**
* Initiates a failover of the master node to current replica node for a
* Initiates a failover of the primary node to current replica node for a
* specific STANDARD tier Cloud Memorystore for Redis instance.

@@ -932,3 +933,4 @@ *

});
const callSettings = new gax.CallSettings(options);
const defaultCallSettings = this._defaults['listInstances'];
const callSettings = defaultCallSettings.merge(options);
this.initialize();

@@ -984,3 +986,4 @@ return this.descriptors.page.listInstances.createStream(this.innerApiCalls.listInstances, request, callSettings);

options = options || {};
const callSettings = new gax.CallSettings(options);
const defaultCallSettings = this._defaults['listInstances'];
const callSettings = defaultCallSettings.merge(options);
this.initialize();

@@ -987,0 +990,0 @@ return this.descriptors.page.listInstances.asyncIterate(this.innerApiCalls['listInstances'], request, callSettings);

@@ -930,3 +930,4 @@ "use strict";

});
const callSettings = new gax.CallSettings(options);
const defaultCallSettings = this._defaults['listInstances'];
const callSettings = defaultCallSettings.merge(options);
this.initialize();

@@ -982,3 +983,4 @@ return this.descriptors.page.listInstances.createStream(this.innerApiCalls.listInstances, request, callSettings);

options = options || {};
const callSettings = new gax.CallSettings(options);
const defaultCallSettings = this._defaults['listInstances'];
const callSettings = defaultCallSettings.merge(options);
this.initialize();

@@ -985,0 +987,0 @@ return this.descriptors.page.listInstances.asyncIterate(this.innerApiCalls['listInstances'], request, callSettings);

@@ -7,2 +7,9 @@ # Changelog

## [2.4.0](https://www.github.com/googleapis/nodejs-redis/compare/v2.3.1...v2.4.0) (2021-11-10)
### Features
* [Cloud Memorystore for Redis] Support Multiple Read Replicas when creating Instance ([#526](https://www.github.com/googleapis/nodejs-redis/issues/526)) ([ea43df2](https://www.github.com/googleapis/nodejs-redis/commit/ea43df28f39b1943f0c9aea97df51252f4cc2a9f))
### [2.3.1](https://www.github.com/googleapis/nodejs-redis/compare/v2.3.0...v2.3.1) (2021-09-09)

@@ -9,0 +16,0 @@

{
"name": "@google-cloud/redis",
"description": "Google Cloud Memorystore for Redis API client for Node.js",
"version": "2.3.1",
"version": "2.4.0",
"license": "Apache-2.0",

@@ -51,3 +51,3 @@ "author": "Google LLC",

"@types/mocha": "^8.0.0",
"@types/node": "^14.0.0",
"@types/node": "^16.0.0",
"@types/sinon": "^10.0.0",

@@ -64,3 +64,3 @@ "c8": "^7.0.0",

"pack-n-play": "^1.0.0-2",
"sinon": "^11.0.0",
"sinon": "^12.0.0",
"ts-loader": "^9.0.0",

@@ -67,0 +67,0 @@ "typescript": "^3.8.3",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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