We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 195208d + 396beb3 commit 4bc949eCopy full SHA for 4bc949e
cluster/README.md
@@ -13,7 +13,7 @@ You can connect to Redis by instantiating the `Redis::Cluster` class:
13
```ruby
14
require "redis-clustering"
15
16
-redis = Redis::Cluter.new(nodes: (7000..7005).map { |port| "redis://127.0.0.1:#{port}" })
+redis = Redis::Cluster.new(nodes: (7000..7005).map { |port| "redis://127.0.0.1:#{port}" })
17
```
18
19
NB: Both `redis_cluster` and `redis-cluster` are unrelated and abandoned gems.
0 commit comments