google-cloud-redis 0.8.1 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 013d2141ed8de3b744026827421993452fa53ad081cf1d4fa97a17b6a1134e28
|
4
|
+
data.tar.gz: 11cf6fc420c0978d883110358fa619cc8375c6ffceca1f29d6537836acddaf84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87d6682824dd5d475df697223b3a3b9b98241b93db82b3b3be63a1574327d5c1c641ad8ba9ec7a76690c7f3b2cfdc83c85f5274d2c39c91df1e6a5adecd0e76a
|
7
|
+
data.tar.gz: bafa057e889dfca806e5da1edbcb1cb3455c38bb34d097718b80d05c8b177fb9a71a98dc93b2a3e32053ec6009abae1a47360dc622553091436871492f263faa
|
data/AUTHENTICATION.md
CHANGED
@@ -170,8 +170,3 @@ Developers service account.
|
|
170
170
|
|
171
171
|
The key file you download will be used by this library to authenticate API
|
172
172
|
requests and should be stored in a secure location.
|
173
|
-
|
174
|
-
## Troubleshooting
|
175
|
-
|
176
|
-
If you're having trouble authenticating you can ask for help by following the
|
177
|
-
{file:TROUBLESHOOTING.md Troubleshooting Guide}.
|
@@ -89,7 +89,7 @@ module Google
|
|
89
89
|
# @!attribute [rw] redis_configs
|
90
90
|
# @return [Hash{String => String}]
|
91
91
|
# Optional. Redis configuration parameters, according to
|
92
|
-
#
|
92
|
+
# https://redis.io/topics/config. Currently, the only supported parameters
|
93
93
|
# are:
|
94
94
|
#
|
95
95
|
# Redis version 3.2 and newer:
|
@@ -89,7 +89,7 @@ module Google
|
|
89
89
|
# @!attribute [rw] redis_configs
|
90
90
|
# @return [Hash{String => String}]
|
91
91
|
# Optional. Redis configuration parameters, according to
|
92
|
-
#
|
92
|
+
# https://redis.io/topics/config. Currently, the only supported parameters
|
93
93
|
# are:
|
94
94
|
#
|
95
95
|
# Redis version 3.2 and newer:
|
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: 0.8.
|
4
|
+
version: 0.8.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: 2020-
|
11
|
+
date: 2020-04-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-gax
|