Merge pull request #1625 from soyoo/patch-1

Update Type.h
This commit is contained in:
Günter Obiltschnig 2017-03-08 09:20:42 +01:00 committed by GitHub
commit d3533080e5

View File

@ -77,7 +77,7 @@ public:
/// Reads the value from the stream.
virtual std::string toString() const = 0;
/// Converts the value to a RESP (REdis Serialization Protocol) string.
/// Converts the value to a RESP (Redis Serialization Protocol) string.
static RedisType::Ptr createRedisType(char marker);
/// Create a Redis type based on the marker: