Skip to content

Commit 7b64b79

Browse files
authored
Fix error message on trying to use cluster options
redis_cluster is an unrelated gem
1 parent d4b24e1 commit 7b64b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/redis.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def connection
133133

134134
def initialize_client(options)
135135
if options.key?(:cluster)
136-
raise "Redis Cluster support was moved to the `redis_cluster` gem."
136+
raise "Redis Cluster support was moved to the `redis-clustering` gem."
137137
end
138138

139139
if options.key?(:sentinels)

0 commit comments

Comments
 (0)