google-cloud-redis 0.8.0 → 0.8.1

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: a9b727610a4671400d1ff1eb5d6014d116f7dc2bf2bf5914a19ed31802ac9172
4
- data.tar.gz: 31662dff8cf9b9ea74da77ad1c289e6847da9dd379642d945228e4eba93f7f8b
3
+ metadata.gz: 1766b7c7fbb1a40802660757ddab69bbef42d4743c7ddb08c1a606dfa6f4fe08
4
+ data.tar.gz: 275029c0a2187ca43d67e05c502a2649fb7e465f66358b48facd5ebb57dc11b6
5
5
  SHA512:
6
- metadata.gz: 96d5d002687a23fdabd88e4a614dc0f9941faf003e9e9e0e9abfce59e224483c303174a00893047c7422b340f406b901da8dc179eba484d9c869e24b626398d0
7
- data.tar.gz: 5cfbf2620ab96c3f7c66c4022393f63b842f4b573af87f3dee4d1e5e11feb763a8f3c763bc6525f2c518b4aa8789f2683fb399b4b8fd311ffdf8d348d986d7c2
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 2019 Google LLC.
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
- # * `REDIS_4_0` for Redis 4.0 compatibility (default)
57
- # * `REDIS_3_2` for Redis 3.2 compatibility
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 above:
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 above:
100
+ # Redis version 4.0 and newer:
100
101
  #
101
102
  # * activedefrag
102
- # * lfu-log-factor
103
- # * lfu-decay-time
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 2019 Google LLC.
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
- # * `REDIS_4_0` for Redis 4.0 compatibility (default)
57
- # * `REDIS_3_2` for Redis 3.2 compatibility
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 above:
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 above:
100
+ # Redis version 4.0 and newer:
100
101
  #
101
102
  # * activedefrag
102
- # * lfu-log-factor
103
- # * lfu-decay-time
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.
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Redis
19
- VERSION = "0.8.0".freeze
19
+ VERSION = "0.8.1".freeze
20
20
  end
21
21
  end
22
22
  end
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.0
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 00:00:00.000000000 Z
11
+ date: 2020-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax