Move createRedisType to Type

This commit is contained in:
fbraem 2015-10-26 12:05:59 +01:00
parent 605866f1ec
commit 4012bea1f8

View File

@ -141,15 +141,6 @@ private:
void connect();
/// Connects to the Redis server
static RedisType::Ptr createRedisType(char marker);
/// Create a Redis type based on the marker :
/// + : a simple string (std::string)
/// - : an error (Error)
/// $ : a bulk string (BulkString)
/// * : an array (Array)
/// : : a signed 64 bit integer (Int64)
friend class Array;
};