blob: 489cc0d40f16ca6a0be8aa5292bf9b35e670fca8 [file] [log] [blame]
// SPDX-FileCopyrightText: 2020 The Magma Authors.
// SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org>
//
// SPDX-License-Identifier: BSD-3-Clause
syntax = "proto3";
package magma.orc8r;
option go_package = "magma/orc8r/lib/go/protos";
message RedisState {
bytes serialized_msg = 1;
uint64 version = 2;
bool is_garbage = 3;
}