We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc9234 commit b2c49abCopy full SHA for b2c49ab
include/cppredis/cpp_redis_request.hpp
@@ -327,7 +327,7 @@ namespace cpp_redis {
327
std::string build_respone(std::string&& command, std::vector<std::string>&& cmds)
328
{
329
std::vector<std::string> key_cmds = std::move(cmds);
330
- size_t cmd_size = cmds.size();
+ size_t cmd_size = key_cmds.size();
331
332
std::string v;
333
add_number(cmd_size+1, v, '*');
0 commit comments