google-cloud-redis 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/redis.rb +2 -2
- data/lib/google/cloud/redis/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 755fd1945ea6916fe4491fa4c6e2cd6c73c9233f8bcc4ad7a2f4ca782ea155e9
|
4
|
+
data.tar.gz: '088c5fc7a709f4c7e9dfae6055f36e5c02e90a8064bfbb9e49a55d1a6d7d0993'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4bf4270321935a72ed30ed4b1ee17ce2da38475baeac062abd787ad1f49ee565fdf2ea0e0b7a12428da4c64afb24de2bdebf8988c916f9f6a64ab75da1c08a14
|
7
|
+
data.tar.gz: d4ecbdd1508af9c9e0c37941084d4a8fda56ae26b369f9b94423085e1ba5b12d1a67225e7ca4c26cf31ae0b9ab93f138b1b5f51663e9f0836e372f3afeef427a
|
data/lib/google/cloud/redis.rb
CHANGED
@@ -102,8 +102,8 @@ module Google
|
|
102
102
|
# The library version as recorded in instrumentation and logging.
|
103
103
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
104
104
|
# An array of interceptors that are run before calls are executed.
|
105
|
-
# * `timeout` (*type:* `
|
106
|
-
# Default timeout in
|
105
|
+
# * `timeout` (*type:* `Numeric`) -
|
106
|
+
# Default timeout in seconds.
|
107
107
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
108
108
|
# Additional gRPC headers to be sent with the call.
|
109
109
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-redis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
197
197
|
- !ruby/object:Gem::Version
|
198
198
|
version: '0'
|
199
199
|
requirements: []
|
200
|
-
rubygems_version: 3.
|
200
|
+
rubygems_version: 3.2.6
|
201
201
|
signing_key:
|
202
202
|
specification_version: 4
|
203
203
|
summary: API Client library for the Google Cloud Memorystore for Redis API
|