async-redis 0.11.2 → 0.13.0

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.
metadata CHANGED
@@ -1,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.2
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  - Huba Nagy
9
9
  - David Ortiz
10
+ - Joan Lledó
10
11
  - Gleb Sinyavskiy
11
12
  - Mikael Henriksson
12
13
  - Travis Bell
13
14
  - Troex Nevelin
14
15
  - Alex Matchneer
15
16
  - Jeremy Jung
16
- - Joan Lledó
17
17
  - Olle Jonsson
18
18
  - Pierre Montelle
19
19
  - Salim Semaoune
@@ -113,30 +113,40 @@ dependencies:
113
113
  requirements:
114
114
  - - "~>"
115
115
  - !ruby/object:Gem::Version
116
- version: '0.9'
116
+ version: '0.11'
117
117
  type: :runtime
118
118
  prerelease: false
119
119
  version_requirements: !ruby/object:Gem::Requirement
120
120
  requirements:
121
121
  - - "~>"
122
122
  - !ruby/object:Gem::Version
123
- version: '0.9'
123
+ version: '0.11'
124
124
  executables: []
125
125
  extensions: []
126
126
  extra_rdoc_files: []
127
127
  files:
128
+ - context/client-architecture.md
129
+ - context/data-structures.md
130
+ - context/getting-started.md
131
+ - context/index.yaml
132
+ - context/scripting.md
133
+ - context/streams.md
134
+ - context/subscriptions.md
135
+ - context/transactions-and-pipelines.md
128
136
  - lib/async/redis.rb
129
137
  - lib/async/redis/client.rb
130
138
  - lib/async/redis/cluster_client.rb
139
+ - lib/async/redis/cluster_subscription.rb
131
140
  - lib/async/redis/context/generic.rb
132
141
  - lib/async/redis/context/pipeline.rb
133
- - lib/async/redis/context/subscribe.rb
142
+ - lib/async/redis/context/subscription.rb
134
143
  - lib/async/redis/context/transaction.rb
135
144
  - lib/async/redis/endpoint.rb
136
145
  - lib/async/redis/key.rb
137
146
  - lib/async/redis/protocol/authenticated.rb
138
147
  - lib/async/redis/protocol/resp2.rb
139
148
  - lib/async/redis/protocol/selected.rb
149
+ - lib/async/redis/range_map.rb
140
150
  - lib/async/redis/sentinel_client.rb
141
151
  - lib/async/redis/version.rb
142
152
  - license.md
@@ -162,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
162
172
  - !ruby/object:Gem::Version
163
173
  version: '0'
164
174
  requirements: []
165
- rubygems_version: 3.6.7
175
+ rubygems_version: 3.6.9
166
176
  specification_version: 4
167
177
  summary: A Redis client library.
168
178
  test_files: []
metadata.gz.sig CHANGED
Binary file