class Redis::Client

def sentinel(**kwargs)

def sentinel(**kwargs)
  super(protocol: 2, **kwargs)
end