mirror of
https://github.com/KingDuckZ/incredis
synced 2025-08-11 13:09:48 +00:00
Make Command and IncRedis moveable
This commit is contained in:
parent
772e039078
commit
1d7a89fee3
3 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,8 @@ namespace redis {
|
|||
{
|
||||
}
|
||||
|
||||
Command::Command (Command&&) = default;
|
||||
|
||||
Command::Command (std::string&& parSocket) :
|
||||
Command(std::move(parSocket), 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue