discourse/db/migrate/20160303183607_clear_common...

8 lines
185 B
Ruby
Raw Normal View History

require "common_passwords/common_passwords"
class ClearCommonPasswordsCache < ActiveRecord::Migration
def change
$redis.without_namespace.del CommonPasswords::LIST_KEY
end
end