redis 4.0.0.rc1 → 4.4.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.
- checksums.yaml +5 -5
- data/CHANGELOG.md +143 -3
- data/README.md +127 -18
- data/lib/redis/client.rb +150 -93
- data/lib/redis/cluster/command.rb +81 -0
- data/lib/redis/cluster/command_loader.rb +34 -0
- data/lib/redis/cluster/key_slot_converter.rb +72 -0
- data/lib/redis/cluster/node.rb +108 -0
- data/lib/redis/cluster/node_key.rb +31 -0
- data/lib/redis/cluster/node_loader.rb +37 -0
- data/lib/redis/cluster/option.rb +93 -0
- data/lib/redis/cluster/slot.rb +86 -0
- data/lib/redis/cluster/slot_loader.rb +49 -0
- data/lib/redis/cluster.rb +291 -0
- data/lib/redis/connection/command_helper.rb +3 -2
- data/lib/redis/connection/hiredis.rb +4 -3
- data/lib/redis/connection/registry.rb +2 -1
- data/lib/redis/connection/ruby.rb +123 -105
- data/lib/redis/connection/synchrony.rb +18 -5
- data/lib/redis/connection.rb +2 -0
- data/lib/redis/distributed.rb +955 -0
- data/lib/redis/errors.rb +48 -0
- data/lib/redis/hash_ring.rb +89 -0
- data/lib/redis/pipeline.rb +55 -9
- data/lib/redis/subscribe.rb +11 -12
- data/lib/redis/version.rb +3 -1
- data/lib/redis.rb +1242 -381
- metadata +34 -141
- data/.gitignore +0 -16
- data/.travis/Gemfile +0 -11
- data/.travis.yml +0 -71
- data/.yardopts +0 -3
- data/Gemfile +0 -3
- data/benchmarking/logging.rb +0 -71
- data/benchmarking/pipeline.rb +0 -51
- data/benchmarking/speed.rb +0 -21
- data/benchmarking/suite.rb +0 -24
- data/benchmarking/worker.rb +0 -71
- data/examples/basic.rb +0 -15
- data/examples/consistency.rb +0 -114
- data/examples/incr-decr.rb +0 -17
- data/examples/list.rb +0 -26
- data/examples/pubsub.rb +0 -37
- data/examples/sentinel/sentinel.conf +0 -9
- data/examples/sentinel/start +0 -49
- data/examples/sentinel.rb +0 -41
- data/examples/sets.rb +0 -36
- data/examples/unicorn/config.ru +0 -3
- data/examples/unicorn/unicorn.rb +0 -20
- data/makefile +0 -42
- data/redis.gemspec +0 -40
- data/test/bitpos_test.rb +0 -63
- data/test/blocking_commands_test.rb +0 -183
- data/test/client_test.rb +0 -59
- data/test/command_map_test.rb +0 -28
- data/test/commands_on_hashes_test.rb +0 -174
- data/test/commands_on_hyper_log_log_test.rb +0 -70
- data/test/commands_on_lists_test.rb +0 -154
- data/test/commands_on_sets_test.rb +0 -208
- data/test/commands_on_sorted_sets_test.rb +0 -444
- data/test/commands_on_strings_test.rb +0 -338
- data/test/commands_on_value_types_test.rb +0 -246
- data/test/connection_handling_test.rb +0 -275
- data/test/db/.gitkeep +0 -0
- data/test/encoding_test.rb +0 -14
- data/test/error_replies_test.rb +0 -57
- data/test/fork_safety_test.rb +0 -60
- data/test/helper.rb +0 -179
- data/test/helper_test.rb +0 -22
- data/test/internals_test.rb +0 -435
- data/test/persistence_control_commands_test.rb +0 -24
- data/test/pipelining_commands_test.rb +0 -238
- data/test/publish_subscribe_test.rb +0 -280
- data/test/remote_server_control_commands_test.rb +0 -175
- data/test/scanning_test.rb +0 -407
- data/test/scripting_test.rb +0 -76
- data/test/sentinel_command_test.rb +0 -78
- data/test/sentinel_test.rb +0 -253
- data/test/sorting_test.rb +0 -57
- data/test/ssl_test.rb +0 -69
- data/test/support/connection/hiredis.rb +0 -1
- data/test/support/connection/ruby.rb +0 -1
- data/test/support/connection/synchrony.rb +0 -17
- data/test/support/redis_mock.rb +0 -130
- data/test/support/ssl/gen_certs.sh +0 -31
- data/test/support/ssl/trusted-ca.crt +0 -25
- data/test/support/ssl/trusted-ca.key +0 -27
- data/test/support/ssl/trusted-cert.crt +0 -81
- data/test/support/ssl/trusted-cert.key +0 -28
- data/test/support/ssl/untrusted-ca.crt +0 -26
- data/test/support/ssl/untrusted-ca.key +0 -27
- data/test/support/ssl/untrusted-cert.crt +0 -82
- data/test/support/ssl/untrusted-cert.key +0 -28
- data/test/support/wire/synchrony.rb +0 -24
- data/test/support/wire/thread.rb +0 -5
- data/test/synchrony_driver.rb +0 -85
- data/test/test.conf.erb +0 -9
- data/test/thread_safety_test.rb +0 -60
- data/test/transactions_test.rb +0 -262
- data/test/unknown_commands_test.rb +0 -12
- data/test/url_param_test.rb +0 -136
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: d5ff2ee4b6a6f2b087ac26bf96a3c1769cf42f70ea90008361157f7ef04cdb14
|
4
|
+
data.tar.gz: f2c24654294c4fa81a5cff4ddb545bc59e6f85b64ee61273278cb1e286a4edb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d88c6621659a178dca04d3ca62f25520f5f1a846b6300f93fb008966551fb4795a3e6c37810f99ea18f77a6292b955fa180ae3e06f8c90df7e6a3ca27087ae1
|
7
|
+
data.tar.gz: 1427cc268e867872388f214184d23a5c6062104fcb9d1e50d6026dd9daf6e51b9833866fee9fcf80c7a64e4de705295de8399d8e8ac22fa890bf358bd63ff707
|
data/CHANGELOG.md
CHANGED
@@ -1,14 +1,154 @@
|
|
1
|
-
#
|
1
|
+
# Unreleased
|
2
|
+
|
3
|
+
# 4.4.0
|
4
|
+
|
5
|
+
* Redis cluster: fix cross-slot validation in pipelines. Fix ##1019.
|
6
|
+
* Add support for `XAUTOCLAIM`. See #1018.
|
7
|
+
* Properly issue `READONLY` when reconnecting to replicas. Fix #1017.
|
8
|
+
* Make `del` a noop if passed an empty list of keys. See #998.
|
9
|
+
* Add support for `ZINTER`. See #995.
|
10
|
+
|
11
|
+
# 4.3.1
|
12
|
+
|
13
|
+
* Fix password authentication against redis server 5 and older.
|
14
|
+
|
15
|
+
# 4.3.0
|
16
|
+
|
17
|
+
* Add the TYPE argument to scan and scan_each. See #985.
|
18
|
+
* Support AUTH command for ACL. See #967.
|
19
|
+
|
20
|
+
# 4.2.5
|
21
|
+
|
22
|
+
* Optimize the ruby connector write buffering. See #964.
|
23
|
+
|
24
|
+
# 4.2.4
|
25
|
+
|
26
|
+
* Fix bytesize calculations in the ruby connector, and work on a copy of the buffer. Fix #961, #962.
|
27
|
+
|
28
|
+
# 4.2.3
|
29
|
+
|
30
|
+
* Use io/wait instead of IO.select in the ruby connector. See #960.
|
31
|
+
* Use exception free non blocking IOs in the ruby connector. See #926.
|
32
|
+
* Prevent corruption of the client when an interrupt happen during inside a pipeline block. See #945.
|
33
|
+
|
34
|
+
# 4.2.2
|
35
|
+
|
36
|
+
* Fix `WATCH` support for `Redis::Distributed`. See #941.
|
37
|
+
* Fix handling of empty stream responses. See #905, #929.
|
38
|
+
|
39
|
+
# 4.2.1
|
40
|
+
|
41
|
+
* Fix `exists?` returning an actual boolean when called with multiple keys. See #918.
|
42
|
+
* Setting `Redis.exists_returns_integer = false` disables warning message about new behaviour. See #920.
|
43
|
+
|
44
|
+
# 4.2.0
|
45
|
+
|
46
|
+
* Convert commands to accept keyword arguments rather than option hashes. This both help catching typos, and reduce needless allocations.
|
47
|
+
* Deprecate the synchrony driver. It will be removed in 5.0 and hopefully maintained as a separate gem. See #915.
|
48
|
+
* Make `Redis#exists` variadic, will return an Integer if called with multiple keys.
|
49
|
+
* Add `Redis#exists?` to get a Boolean if any of the keys exists.
|
50
|
+
* `Redis#exists` when called with a single key will warn that future versions will return an Integer.
|
51
|
+
Set `Redis.exists_returns_integer = true` to opt-in to the new behavior.
|
52
|
+
* Support `keepttl` ooption in `set`. See #913.
|
53
|
+
* Optimized initialization of Redis::Cluster. See #912.
|
54
|
+
* Accept sentinel options even with string key. See #599.
|
55
|
+
* Verify TLS connections by default. See #900.
|
56
|
+
* Make `Redis#hset` variadic. It now returns an integer, not a boolean. See #910.
|
57
|
+
|
58
|
+
# 4.1.4
|
59
|
+
|
60
|
+
* Alias `Redis#disconnect` as `#close`. See #901.
|
61
|
+
* Handle clusters with multiple slot ranges. See #894.
|
62
|
+
* Fix password authentication to a redis cluster. See #889.
|
63
|
+
* Handle recursive MOVED responses. See #882.
|
64
|
+
* Increase buffer size in the ruby connector. See #880.
|
65
|
+
* Fix thread safety of `Redis.queue`. See #878.
|
66
|
+
* Deprecate `Redis::Future#==` as it's likely to be a mistake. See #876.
|
67
|
+
* Support `KEEPTTL` option for SET command. See #913.
|
68
|
+
|
69
|
+
# 4.1.3
|
70
|
+
|
71
|
+
* Fix the client hanging forever when connecting with SSL to a non-SSL server. See #835.
|
72
|
+
|
73
|
+
# 4.1.2
|
74
|
+
|
75
|
+
* Fix several authentication problems with sentinel. See #850 and #856.
|
76
|
+
* Explicitly drop Ruby 2.2 support.
|
77
|
+
|
78
|
+
|
79
|
+
# 4.1.1
|
80
|
+
|
81
|
+
* Fix error handling in multi blocks. See #754.
|
82
|
+
* Fix geoadd to accept arrays like georadius and georadiusbymember. See #841.
|
83
|
+
* Fix georadius command failing when long == lat. See #841.
|
84
|
+
* Fix timeout error in xread block: 0. See #837.
|
85
|
+
* Fix incompatibility issue with redis-objects. See #834.
|
86
|
+
* Properly handle Errno::EADDRNOTAVAIL on connect.
|
87
|
+
* Fix password authentication to sentinel instances. See #813.
|
88
|
+
|
89
|
+
# 4.1.0
|
90
|
+
|
91
|
+
* Add Redis Cluster support. See #716.
|
92
|
+
* Add streams support. See #799 and #811.
|
93
|
+
* Add ZPOP* support. See #812.
|
94
|
+
* Fix issues with integer-like objects as BPOP timeout
|
95
|
+
|
96
|
+
# 4.0.3
|
97
|
+
|
98
|
+
* Fix raising command error for first command in pipeline. See #788.
|
99
|
+
* Fix the gemspec to stop exposing a `build` executable. See #785.
|
100
|
+
* Add `:reconnect_delay` and `:reconnect_delay_max` options. See #778.
|
101
|
+
|
102
|
+
# 4.0.2
|
103
|
+
|
104
|
+
* Added `Redis#unlink`. See #766.
|
105
|
+
|
106
|
+
* `Redis.new` now accept a custom connector via `:connector`. See #591.
|
107
|
+
|
108
|
+
* `Redis#multi` no longer perform empty transactions. See #747.
|
109
|
+
|
110
|
+
* `Redis#hdel` now accepts hash keys as multiple arguments like `#del`. See #755.
|
111
|
+
|
112
|
+
* Allow to skip SSL verification. See #745.
|
113
|
+
|
114
|
+
* Add Geo commands: `geoadd`, `geohash`, `georadius`, `georadiusbymember`, `geopos`, `geodist`. See #730.
|
115
|
+
|
116
|
+
# 4.0.1
|
117
|
+
|
118
|
+
* `Redis::Distributed` now supports `mget` and `mapped_mget`. See #687.
|
119
|
+
|
120
|
+
* `Redis::Distributed` now supports `sscan` and `sscan_each`. See #572.
|
121
|
+
|
122
|
+
* `Redis#connection` returns a hash with connection information.
|
123
|
+
You shouldn't need to call `Redis#_client`, ever.
|
124
|
+
|
125
|
+
* `Redis#flushdb` and `Redis#flushall` now support the `:async` option. See #706.
|
126
|
+
|
127
|
+
|
128
|
+
# 4.0
|
2
129
|
|
3
130
|
* Removed `Redis.connect`. Use `Redis.new`.
|
4
131
|
|
5
132
|
* Removed `Redis#[]` and `Redis#[]=` aliases.
|
6
133
|
|
7
|
-
* Removed `Redis::Distributed`.
|
8
|
-
|
9
134
|
* Added support for `CLIENT` commands. The lower-level client can be
|
10
135
|
accessed via `Redis#_client`.
|
11
136
|
|
137
|
+
* Dropped official support for Ruby < 2.2.2.
|
138
|
+
|
139
|
+
# 3.3.5
|
140
|
+
|
141
|
+
* Fixed Ruby 1.8 compatibility after backporting `Redis#connection`. See #719.
|
142
|
+
|
143
|
+
# 3.3.4 (yanked)
|
144
|
+
|
145
|
+
* `Redis#connection` returns a hash with connection information.
|
146
|
+
You shouldn't need to call `Redis#_client`, ever.
|
147
|
+
|
148
|
+
# 3.3.3
|
149
|
+
|
150
|
+
* Improved timeout handling after dropping Timeout module.
|
151
|
+
|
12
152
|
# 3.3.2
|
13
153
|
|
14
154
|
* Added support for `SPOP` with COUNT. See #628.
|
data/README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1
|
-
# redis-rb [![Build Status][
|
1
|
+
# redis-rb [![Build Status][gh-actions-image]][gh-actions-link] [![Inline docs][inchpages-image]][inchpages-link]
|
2
2
|
|
3
3
|
A Ruby client that tries to match [Redis][redis-home]' API one-to-one, while still
|
4
4
|
providing an idiomatic interface.
|
5
5
|
|
6
|
+
See [RubyDoc.info][rubydoc] for the API docs of the latest published gem.
|
6
7
|
|
7
8
|
## Getting started
|
8
9
|
|
@@ -34,6 +35,9 @@ You can also specify connection options as a [`redis://` URL][redis-url]:
|
|
34
35
|
redis = Redis.new(url: "redis://:p4ssw0rd@10.0.1.1:6380/15")
|
35
36
|
```
|
36
37
|
|
38
|
+
The client expects passwords with special chracters to be URL-encoded (i.e.
|
39
|
+
`CGI.escape(password)`).
|
40
|
+
|
37
41
|
By default, the client will try to read the `REDIS_URL` environment variable
|
38
42
|
and use that as URL to connect to. The above statement is therefore equivalent
|
39
43
|
to setting this environment variable and calling `Redis.new` without arguments.
|
@@ -50,6 +54,12 @@ To connect to a password protected Redis instance, use:
|
|
50
54
|
redis = Redis.new(password: "mysecret")
|
51
55
|
```
|
52
56
|
|
57
|
+
To connect a Redis instance using [ACL](https://redis.io/topics/acl), use:
|
58
|
+
|
59
|
+
```ruby
|
60
|
+
redis = Redis.new(username: 'myname', password: 'mysecret')
|
61
|
+
```
|
62
|
+
|
53
63
|
The Redis class exports methods that are named identical to the commands
|
54
64
|
they execute. The arguments these methods accept are often identical to
|
55
65
|
the arguments specified on the [Redis website][redis-commands]. For
|
@@ -95,10 +105,60 @@ but a few so that if one is down the client will try the next one. The client
|
|
95
105
|
is able to remember the last Sentinel that was able to reply correctly and will
|
96
106
|
use it for the next requests.
|
97
107
|
|
108
|
+
If you want to [authenticate](https://redis.io/topics/sentinel#configuring-sentinel-instances-with-authentication) Sentinel itself, you must specify the `password` option per instance.
|
109
|
+
|
110
|
+
```ruby
|
111
|
+
SENTINELS = [{ host: '127.0.0.1', port: 26380, password: 'mysecret' },
|
112
|
+
{ host: '127.0.0.1', port: 26381, password: 'mysecret' }]
|
113
|
+
|
114
|
+
redis = Redis.new(host: 'mymaster', sentinels: SENTINELS, role: :master)
|
115
|
+
```
|
116
|
+
|
117
|
+
## Cluster support
|
118
|
+
|
119
|
+
`redis-rb` supports [clustering](https://redis.io/topics/cluster-spec).
|
120
|
+
|
121
|
+
```ruby
|
122
|
+
# Nodes can be passed to the client as an array of connection URLs.
|
123
|
+
nodes = (7000..7005).map { |port| "redis://127.0.0.1:#{port}" }
|
124
|
+
redis = Redis.new(cluster: nodes)
|
125
|
+
|
126
|
+
# You can also specify the options as a Hash. The options are the same as for a single server connection.
|
127
|
+
(7000..7005).map { |port| { host: '127.0.0.1', port: port } }
|
128
|
+
```
|
129
|
+
|
130
|
+
You can also specify only a subset of the nodes, and the client will discover the missing ones using the [CLUSTER NODES](https://redis.io/commands/cluster-nodes) command.
|
131
|
+
|
132
|
+
```ruby
|
133
|
+
Redis.new(cluster: %w[redis://127.0.0.1:7000])
|
134
|
+
```
|
135
|
+
|
136
|
+
If you want [the connection to be able to read from any replica](https://redis.io/commands/readonly), you must pass the `replica: true`. Note that this connection won't be usable to write keys.
|
137
|
+
|
138
|
+
```ruby
|
139
|
+
Redis.new(cluster: nodes, replica: true)
|
140
|
+
```
|
141
|
+
|
142
|
+
The calling code is responsible for [avoiding cross slot commands](https://redis.io/topics/cluster-spec#keys-distribution-model).
|
143
|
+
|
144
|
+
```ruby
|
145
|
+
redis = Redis.new(cluster: %w[redis://127.0.0.1:7000])
|
146
|
+
|
147
|
+
redis.mget('key1', 'key2')
|
148
|
+
#=> Redis::CommandError (CROSSSLOT Keys in request don't hash to the same slot)
|
149
|
+
|
150
|
+
redis.mget('{key}1', '{key}2')
|
151
|
+
#=> [nil, nil]
|
152
|
+
```
|
153
|
+
|
154
|
+
* The client automatically reconnects after a failover occurred, but the caller is responsible for handling errors while it is happening.
|
155
|
+
* The client support permanent node failures, and will reroute requests to promoted slaves.
|
156
|
+
* The client supports `MOVED` and `ASK` redirections transparently.
|
157
|
+
|
98
158
|
## Storing objects
|
99
159
|
|
100
|
-
Redis
|
101
|
-
|
160
|
+
Redis "string" types can be used to store serialized Ruby objects, for
|
161
|
+
example with JSON:
|
102
162
|
|
103
163
|
```ruby
|
104
164
|
require "json"
|
@@ -176,7 +236,7 @@ it can't connect to the server a `Redis::CannotConnectError` error will be raise
|
|
176
236
|
```ruby
|
177
237
|
begin
|
178
238
|
redis.ping
|
179
|
-
rescue
|
239
|
+
rescue StandardError => e
|
180
240
|
e.inspect
|
181
241
|
# => #<Redis::CannotConnectError: Timed out connecting to Redis on 10.0.1.1:6380>
|
182
242
|
|
@@ -211,6 +271,7 @@ All timeout values are specified in seconds.
|
|
211
271
|
When using pub/sub, you can subscribe to a channel using a timeout as well:
|
212
272
|
|
213
273
|
```ruby
|
274
|
+
redis = Redis.new(reconnect_attempts: 0)
|
214
275
|
redis.subscribe_with_timeout(5, "news") do |on|
|
215
276
|
on.message do |channel, message|
|
216
277
|
# ...
|
@@ -220,6 +281,51 @@ end
|
|
220
281
|
|
221
282
|
If no message is received after 5 seconds, the client will unsubscribe.
|
222
283
|
|
284
|
+
## Reconnections
|
285
|
+
|
286
|
+
The client allows you to configure how many `reconnect_attempts` it should
|
287
|
+
complete before declaring a connection as failed. Furthermore, you may want
|
288
|
+
to control the maximum duration between reconnection attempts with
|
289
|
+
`reconnect_delay` and `reconnect_delay_max`.
|
290
|
+
|
291
|
+
```ruby
|
292
|
+
Redis.new(
|
293
|
+
:reconnect_attempts => 10,
|
294
|
+
:reconnect_delay => 1.5,
|
295
|
+
:reconnect_delay_max => 10.0,
|
296
|
+
)
|
297
|
+
```
|
298
|
+
|
299
|
+
The delay values are specified in seconds. With the above configuration, the
|
300
|
+
client would attempt 10 reconnections, exponentially increasing the duration
|
301
|
+
between each attempt but it never waits longer than `reconnect_delay_max`.
|
302
|
+
|
303
|
+
This is the retry algorithm:
|
304
|
+
|
305
|
+
```ruby
|
306
|
+
attempt_wait_time = [(reconnect_delay * 2**(attempt-1)), reconnect_delay_max].min
|
307
|
+
```
|
308
|
+
|
309
|
+
**By default**, this gem will only **retry a connection once** and then fail, but with the
|
310
|
+
above configuration the reconnection attempt would look like this:
|
311
|
+
|
312
|
+
#|Attempt wait time|Total wait time
|
313
|
+
:-:|:-:|:-:
|
314
|
+
1|1.5s|1.5s
|
315
|
+
2|3.0s|4.5s
|
316
|
+
3|6.0s|10.5s
|
317
|
+
4|10.0s|20.5s
|
318
|
+
5|10.0s|30.5s
|
319
|
+
6|10.0s|40.5s
|
320
|
+
7|10.0s|50.5s
|
321
|
+
8|10.0s|60.5s
|
322
|
+
9|10.0s|70.5s
|
323
|
+
10|10.0s|80.5s
|
324
|
+
|
325
|
+
So if the reconnection attempt #10 succeeds 70 seconds have elapsed trying
|
326
|
+
to reconnect, this is likely fine in long-running background processes, but if
|
327
|
+
you use Redis to drive your website you might want to have a lower
|
328
|
+
`reconnect_delay_max` or have less `reconnect_attempts`.
|
223
329
|
|
224
330
|
## SSL/TLS Support
|
225
331
|
|
@@ -227,7 +333,7 @@ This library supports natively terminating client side SSL/TLS connections
|
|
227
333
|
when talking to Redis via a server-side proxy such as [stunnel], [hitch],
|
228
334
|
or [ghostunnel].
|
229
335
|
|
230
|
-
To enable SSL support, pass the `:ssl =>
|
336
|
+
To enable SSL support, pass the `:ssl => true` option when configuring the
|
231
337
|
Redis client, or pass in `:url => "rediss://..."` (like HTTPS for Redis).
|
232
338
|
You will also need to pass in an `:ssl_params => { ... }` hash used to
|
233
339
|
configure the `OpenSSL::SSL::SSLContext` object used for the connection:
|
@@ -340,7 +446,11 @@ redis = Redis.new(:driver => :synchrony)
|
|
340
446
|
## Testing
|
341
447
|
|
342
448
|
This library is tested against recent Ruby and Redis versions.
|
343
|
-
Check [
|
449
|
+
Check [Github Actions][gh-actions-link] for the exact versions supported.
|
450
|
+
|
451
|
+
## See Also
|
452
|
+
|
453
|
+
- [async-redis](https://github.com/socketry/async-redis) — An [async](https://github.com/socketry/async) compatible Redis client.
|
344
454
|
|
345
455
|
## Contributors
|
346
456
|
|
@@ -352,15 +462,14 @@ client and evangelized Redis in Rubyland. Thank you, Ezra.
|
|
352
462
|
## Contributing
|
353
463
|
|
354
464
|
[Fork the project](https://github.com/redis/redis-rb) and send pull
|
355
|
-
requests.
|
356
|
-
|
357
|
-
|
358
|
-
[inchpages-image]:
|
359
|
-
[inchpages-link]:
|
360
|
-
[redis-commands]:
|
361
|
-
[redis-home]:
|
362
|
-
[redis-url]:
|
363
|
-
[
|
364
|
-
[
|
365
|
-
[
|
366
|
-
[rubydoc]: http://www.rubydoc.info/gems/redis
|
465
|
+
requests.
|
466
|
+
|
467
|
+
|
468
|
+
[inchpages-image]: https://inch-ci.org/github/redis/redis-rb.svg
|
469
|
+
[inchpages-link]: https://inch-ci.org/github/redis/redis-rb
|
470
|
+
[redis-commands]: https://redis.io/commands
|
471
|
+
[redis-home]: https://redis.io
|
472
|
+
[redis-url]: http://www.iana.org/assignments/uri-schemes/prov/redis
|
473
|
+
[gh-actions-image]: https://github.com/redis/redis-rb/workflows/Test/badge.svg
|
474
|
+
[gh-actions-link]: https://github.com/redis/redis-rb/actions
|
475
|
+
[rubydoc]: http://www.rubydoc.info/gems/redis
|