X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/57172ffb316b5e681c4f515927894f5129739237..df3fd8d88da1432bbf42f6b02ecc19f92c02a2c3:/client-libraries/cpp/redisclient.h?ds=sidebyside diff --git a/client-libraries/cpp/redisclient.h b/client-libraries/cpp/redisclient.h index b1fbb582..d3fee780 100644 --- a/client-libraries/cpp/redisclient.h +++ b/client-libraries/cpp/redisclient.h @@ -421,7 +421,7 @@ namespace redis const string_type & by_pattern, int_type limit_start, int_type limit_end, - const string_type & get_pattern, + const string_vector & get_patterns, sort_order order = sort_order_ascending, bool lexicographically = false);