Cylix / cpp_redis

C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform - NO LONGER MAINTAINED - Please check https://github.com/cpp-redis/cpp_redis
MIT License
1.25k stars 554 forks source link

add move ctor & move operator= for reply #189

Closed fengzhuye closed 6 years ago

Cylix commented 6 years ago

Sounds good to me. I just modified your change to match the coding style used in the library.

Thanks for your contribution!

fengzhuye commented 6 years ago

Great, and thanks for rapid reply.