Skip to content

Commit 396beb3

Browse files
authored
Update README.md
typo
1 parent 195208d commit 396beb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can connect to Redis by instantiating the `Redis::Cluster` class:
1313
```ruby
1414
require "redis-clustering"
1515

16-
redis = Redis::Cluter.new(nodes: (7000..7005).map { |port| "redis://127.0.0.1:#{port}" })
16+
redis = Redis::Cluster.new(nodes: (7000..7005).map { |port| "redis://127.0.0.1:#{port}" })
1717
```
1818

1919
NB: Both `redis_cluster` and `redis-cluster` are unrelated and abandoned gems.

0 commit comments

Comments
 (0)