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 f7e7349 commit 51c15e7Copy full SHA for 51c15e7
includes/cpp_redis/impl/types.hpp
@@ -130,7 +130,7 @@ namespace cpp_redis {
130
return m_values;
131
};
132
133
- inline std::multimap<std::string, std::string> &get_str_values() const {
+ inline std::multimap<std::string, std::string> get_str_values() const {
134
std::multimap<std::string, std::string> ret;
135
for (auto &v : m_values) {
136
std::stringstream s;
0 commit comments