File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ This library is a client for [Redis cluster](https://redis.io/docs/reference/clu
7
7
It depends on [ redis-client] ( https://github.com/redis-rb/redis-client ) .
8
8
So it would be better to read ` redis-client ` documents first.
9
9
10
+ ## Background
11
+ This gem is underlying in the official gem which is named as [ redis-clustering] ( https://rubygems.org/gems/redis-clustering ) .
12
+ The redis-clustering gem was decoupled from [ the redis gem] ( https://rubygems.org/gems/redis ) since ` v5 ` or later.
13
+ Both are maintained by [ the repository] ( https://github.com/redis/redis-rb ) in the official organization.
14
+ The redis gem supported cluster mode since [ the pull request] ( https://github.com/redis/redis-rb/pull/716 ) was merged until ` v4 ` .
15
+ You can see more details and reasons in [ the issue] ( https://github.com/redis/redis-rb/issues/1070 ) if you have interest.
16
+
10
17
## Installation
11
18
``` ruby
12
19
gem ' redis-cluster-client'
@@ -256,5 +263,7 @@ Also, it should handle errors.
256
263
* https://github.com/redis/redis-rb/issues/1070
257
264
* https://github.com/redis/redis/issues/8948
258
265
* https://github.com/antirez/redis-rb-cluster
266
+ * https://twitter.com/antirez
267
+ * http://antirez.com/latest/0
259
268
* https://www.youtube.com/@antirez
260
269
* https://www.twitch.tv/thetrueantirez/
You can’t perform that action at this time.
0 commit comments