You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using Result = std::vector<sw::redis::Variant<long long, std::string, std::unordered_map<std::string, std::string>>>;
auto res = conn->command<Result>("FT.SEARCH", "betsIdx", "*", "RETURN", "1", "compressedBet", "LIMIT", "0", "10");
where Result is defined like in #532, I get this error "expect ARRAY or SET reply, but got UNKNOWN reply". How do I send redisearch commands?