From 267bfd43783b525820520576ec4ad41a63c0a0b1 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Tue, 27 Feb 2018 12:56:01 +0100 Subject: [PATCH] Combine SIMPLE_STRING and BULK_STRING types. --- protos/rslp.proto | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/protos/rslp.proto b/protos/rslp.proto index 27aab36..abbca3c 100644 --- a/protos/rslp.proto +++ b/protos/rslp.proto @@ -13,11 +13,10 @@ package rslp; message Command { enum Type { - SIMPLE_STRING = 0; + STRING = 0; ERROR = 1; INTEGER = 2; - BULK_STRING = 3; - ARRAY = 4; + ARRAY = 3; } message Data {