google-cloud-redis 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/redis/v1/cloud_redis_services_pb.rb +1 -2
- data/lib/google/cloud/redis/v1/doc/google/cloud/redis/v1/cloud_redis.rb +13 -6
- data/lib/google/cloud/redis/v1beta1/cloud_redis_services_pb.rb +1 -2
- data/lib/google/cloud/redis/v1beta1/doc/google/cloud/redis/v1beta1/cloud_redis.rb +13 -6
- data/lib/google/cloud/redis/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1766b7c7fbb1a40802660757ddab69bbef42d4743c7ddb08c1a606dfa6f4fe08
|
|
4
|
+
data.tar.gz: 275029c0a2187ca43d67e05c502a2649fb7e465f66358b48facd5ebb57dc11b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 812a12b11c811986a73b07c7e06f4f4cea0af40ad005429f0402cdb083e05ebb04281cb93b02aeda2d90f4703eee70e04fb0b475f83651e711ef5810325441e0
|
|
7
|
+
data.tar.gz: accef38a82bbc32a9e787b4a3b8774f3b3c717288f7a09242b794a16eb40f7dc3b81013084c5b5f33a78f31f02f26e1fbc525c4eb8179bcc986d444547849840
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# Source: google/cloud/redis/v1/cloud_redis.proto for package 'google.cloud.redis.v1'
|
|
3
3
|
# Original file comments:
|
|
4
|
-
# Copyright
|
|
4
|
+
# Copyright 2020 Google LLC
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
# See the License for the specific language governing permissions and
|
|
16
16
|
# limitations under the License.
|
|
17
17
|
#
|
|
18
|
-
#
|
|
19
18
|
|
|
20
19
|
|
|
21
20
|
require 'grpc'
|
|
@@ -53,8 +53,9 @@ module Google
|
|
|
53
53
|
# If not provided, latest supported version will be used. Currently, the
|
|
54
54
|
# supported values are:
|
|
55
55
|
#
|
|
56
|
-
# * `
|
|
57
|
-
# * `
|
|
56
|
+
# * `REDIS_3_2` for Redis 3.2 compatibility
|
|
57
|
+
# * `REDIS_4_0` for Redis 4.0 compatibility (default)
|
|
58
|
+
# * `REDIS_5_0` for Redis 5.0 compatibility
|
|
58
59
|
# @!attribute [rw] reserved_ip_range
|
|
59
60
|
# @return [String]
|
|
60
61
|
# Optional. The CIDR range of internal addresses that are reserved for this
|
|
@@ -91,16 +92,22 @@ module Google
|
|
|
91
92
|
# http://redis.io/topics/config. Currently, the only supported parameters
|
|
92
93
|
# are:
|
|
93
94
|
#
|
|
94
|
-
# Redis 3.2 and
|
|
95
|
+
# Redis version 3.2 and newer:
|
|
95
96
|
#
|
|
96
97
|
# * maxmemory-policy
|
|
97
98
|
# * notify-keyspace-events
|
|
98
99
|
#
|
|
99
|
-
# Redis 4.0 and
|
|
100
|
+
# Redis version 4.0 and newer:
|
|
100
101
|
#
|
|
101
102
|
# * activedefrag
|
|
102
|
-
# * lfu-
|
|
103
|
-
# * lfu-
|
|
103
|
+
# * lfu-decay-time
|
|
104
|
+
# * lfu-log-factor
|
|
105
|
+
# * maxmemory-gb
|
|
106
|
+
#
|
|
107
|
+
# Redis version 5.0 and newer:
|
|
108
|
+
#
|
|
109
|
+
# * stream-node-max-bytes
|
|
110
|
+
# * stream-node-max-entries
|
|
104
111
|
# @!attribute [rw] tier
|
|
105
112
|
# @return [Google::Cloud::Redis::V1::Instance::Tier]
|
|
106
113
|
# Required. The service tier of the instance.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# Source: google/cloud/redis/v1beta1/cloud_redis.proto for package 'google.cloud.redis.v1beta1'
|
|
3
3
|
# Original file comments:
|
|
4
|
-
# Copyright
|
|
4
|
+
# Copyright 2020 Google LLC
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
# See the License for the specific language governing permissions and
|
|
16
16
|
# limitations under the License.
|
|
17
17
|
#
|
|
18
|
-
#
|
|
19
18
|
|
|
20
19
|
|
|
21
20
|
require 'grpc'
|
|
@@ -53,8 +53,9 @@ module Google
|
|
|
53
53
|
# If not provided, latest supported version will be used. Currently, the
|
|
54
54
|
# supported values are:
|
|
55
55
|
#
|
|
56
|
-
# * `
|
|
57
|
-
# * `
|
|
56
|
+
# * `REDIS_3_2` for Redis 3.2 compatibility
|
|
57
|
+
# * `REDIS_4_0` for Redis 4.0 compatibility (default)
|
|
58
|
+
# * `REDIS_5_0` for Redis 5.0 compatibility
|
|
58
59
|
# @!attribute [rw] reserved_ip_range
|
|
59
60
|
# @return [String]
|
|
60
61
|
# Optional. The CIDR range of internal addresses that are reserved for this
|
|
@@ -91,16 +92,22 @@ module Google
|
|
|
91
92
|
# http://redis.io/topics/config. Currently, the only supported parameters
|
|
92
93
|
# are:
|
|
93
94
|
#
|
|
94
|
-
# Redis 3.2 and
|
|
95
|
+
# Redis version 3.2 and newer:
|
|
95
96
|
#
|
|
96
97
|
# * maxmemory-policy
|
|
97
98
|
# * notify-keyspace-events
|
|
98
99
|
#
|
|
99
|
-
# Redis 4.0 and
|
|
100
|
+
# Redis version 4.0 and newer:
|
|
100
101
|
#
|
|
101
102
|
# * activedefrag
|
|
102
|
-
# * lfu-
|
|
103
|
-
# * lfu-
|
|
103
|
+
# * lfu-decay-time
|
|
104
|
+
# * lfu-log-factor
|
|
105
|
+
# * maxmemory-gb
|
|
106
|
+
#
|
|
107
|
+
# Redis version 5.0 and newer:
|
|
108
|
+
#
|
|
109
|
+
# * stream-node-max-bytes
|
|
110
|
+
# * stream-node-max-entries
|
|
104
111
|
# @!attribute [rw] tier
|
|
105
112
|
# @return [Google::Cloud::Redis::V1beta1::Instance::Tier]
|
|
106
113
|
# Required. The service tier of the instance.
|
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.1
|
|
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-03-
|
|
11
|
+
date: 2020-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-gax
|