From 76de587e9c2e9b209e9776b24ec04f70c28979f4 Mon Sep 17 00:00:00 2001 From: Sergey Zasenko Date: Thu, 5 May 2011 14:27:48 +0300 Subject: [PATCH] benchmark fixup --- benchmark.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark.pl b/benchmark.pl index 0c37d5c..0315dc3 100755 --- a/benchmark.pl +++ b/benchmark.pl @@ -9,7 +9,7 @@ use lib "$FindBin::Bin/lib"; use Protocol::Redis; -my $redis = Protocol::Redis->new; +my $redis = Protocol::Redis->new(api => 1); $redis->on_message(sub { });