mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 13:26:39 +00:00
fixed typo in deprecation warning
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user