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 54cf87f commit ef41358Copy full SHA for ef41358
lib/redis.rb
@@ -44,6 +44,7 @@ def self.current=(redis)
44
# @option options [Boolean] :inherit_socket (false) Whether to use socket in forked process or not
45
# @option options [Array] :sentinels List of sentinels to contact
46
# @option options [Symbol] :role (:master) Role to fetch via Sentinel, either `:master` or `:slave`
47
+ # @option options [String] :master_name Master group name according to the `monitor` line in Sentinel config
48
#
49
# @return [Redis] a new client instance
50
def initialize(options = {})
0 commit comments