predixy/src/Reply.cpp
2017-07-24 11:00:44 +08:00

17 lines
294 B
C++

/*
* predixy - A high performance and full features proxy for redis.
* Copyright (C) 2017 Joyield, Inc. <joyield.com@gmail.com>
* All rights reserved.
*/
#include "Reply.h"
const char* Reply::TypeStr[Sentinel] = {
"None",
"Status",
"Err",
"Str",
"Int",
"Array"
};