lib/async/redis/sentinels.rb in async-redis-0.7.0 vs lib/async/redis/sentinels.rb in async-redis-0.8.0

- old
+ new

@@ -1,6 +1,10 @@ # frozen_string_literal: true +# Released under the MIT License. +# Copyright, 2020, by David Ortiz. +# Copyright, 2023, by Samuel Williams. + module Async module Redis class SentinelsClient < Client def initialize(master_name, sentinels, role = :master, protocol = Protocol::RESP2, **options) @master_name = master_name