class Redis::Cluster::Command

def should_send_to_master?(command)

def should_send_to_master?(command)
  dig_details(command, :write)
end