From 852a360b0c6771bc9f07b1f98279c599984eb88f Mon Sep 17 00:00:00 2001 From: Aleksander Gajewski Date: Sun, 19 Mar 2017 16:06:08 +0100 Subject: [PATCH] ease api --- tests/cpp_example.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cpp_example.cc b/tests/cpp_example.cc index 0b203724..7e7e5b12 100644 --- a/tests/cpp_example.cc +++ b/tests/cpp_example.cc @@ -168,7 +168,7 @@ void setProduct(const string &key, const Product &product) int main() { - Memcache first_client("127.0.0.1:19191"); + Memcache first_client("--SERVER=127.0.0.1:19191"); map< string, map > my_stats; first_client.getStats(my_stats);