From 67dc9433c75005d9c9f7bb77f2a8837939fd170d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 9 Dec 2010 22:42:27 +0000 Subject: [PATCH] fixed typo in deprecation warning --- lib/redistat.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redistat.rb b/lib/redistat.rb index e18c076..00ec09c 100644 --- a/lib/redistat.rb +++ b/lib/redistat.rb @@ -54,7 +54,7 @@ module Redistat end def flush - puts "WARNING: Redistat.flush is deprecated. Use Redistat.redis.flush instead." + puts "WARNING: Redistat.flush is deprecated. Use Redistat.redis.flushdb instead." connection.flushdb end