lib/redis.rb in redis-5.0.5 vs lib/redis.rb in redis-5.0.6
- old
+ new
@@ -131,10 +131,10 @@
private
def initialize_client(options)
if options.key?(:cluster)
- raise "Redis Cluster support was moved to the `redis_cluster` gem."
+ raise "Redis Cluster support was moved to the `redis-clustering` gem."
end
if options.key?(:sentinels)
if url = options.delete(:url)
uri = URI.parse(url)