Skip to content

Commit aba5078

Browse files
authored
chore: remove redundant module load (#80)
1 parent cfdda4a commit aba5078

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Also, [the other generic options](https://github.com/redis-rb/redis-client#confi
2323
But `:url`, `:host`, `:port` and `:path` are ignored because they conflict with the `:nodes` option.
2424

2525
```ruby
26+
require 'redis_cluster_client'
27+
2628
# The following examples are Docker containers on localhost.
2729
# The client first attempts to connect to redis://127.0.0.1:6379 internally.
2830

bin/console

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
require 'irb'
55
require 'bundler/setup'
6-
require 'redis_client'
76
require 'redis_cluster_client'
87

98
IRB.start(File.expand_path('..', __dir__))

test/benchmark_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
require 'minitest/benchmark'
66
require 'minitest/autorun'
7-
require 'redis_client'
87
require 'redis_cluster_client'
98
require 'testing_constants'
109

test/testing_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# @see https://docs.ruby-lang.org/en/2.1.0/MiniTest/Assertions.html
44

55
require 'minitest/autorun'
6-
require 'redis_client'
76
require 'redis_cluster_client'
87
require 'testing_constants'
98
require 'cluster_controller'

0 commit comments

Comments
 (0)