mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-18 12:19:30 +01:00
Move createRedisType to Type
This commit is contained in:
parent
605866f1ec
commit
4012bea1f8
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user