Combine SIMPLE_STRING and BULK_STRING types.

This commit is contained in:
Christoph Heiss 2018-02-27 12:56:01 +01:00
parent 7dd81225dd
commit 267bfd4378

View file

@ -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 {