We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e103b7 commit b26f885Copy full SHA for b26f885
1 file changed
common/table.cpp
@@ -76,7 +76,7 @@ void Table::set(std::string key, std::vector<FieldValueTuple> &values,
76
77
const std::string &cmd = formatHMSET(getKeyName(key), values);
78
79
- RedisReply r(m_db, cmd, REDIS_REPLY_STATUS);
+ RedisReply r(m_db, cmd, REDIS_REPLY_STATUS, true);
80
81
r.checkStatusOK();
82
}
0 commit comments