mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-07 16:36:48 +01:00
Move createRedisType to Type
This commit is contained in:
parent
605866f1ec
commit
4012bea1f8
@ -141,15 +141,6 @@ private:
|
|||||||
|
|
||||||
void connect();
|
void connect();
|
||||||
/// Connects to the Redis server
|
/// 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…
x
Reference in New Issue
Block a user