fixed typo in deprecation warning

This commit is contained in:
2010-12-09 22:42:27 +00:00
parent 84a05363dd
commit 67dc9433c7

View File

@@ -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