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.
1 parent 564ec85 commit fdf2afaCopy full SHA for fdf2afa
lib/redis-cluster-client.rb
@@ -0,0 +1,3 @@
1
+# frozen_string_literal: true
2
+
3
+require 'redis_cluster_client'
test/testing_helper.rb
@@ -3,7 +3,7 @@
# @see https://docs.ruby-lang.org/en/2.1.0/MiniTest/Assertions.html
4
5
require 'minitest/autorun'
6
-require 'redis_cluster_client'
+require 'redis-cluster-client'
7
require 'testing_constants'
8
require 'cluster_controller'
9
0 commit comments