Remove unused `redis_info` method Admin::Dashboard (#25345)

th-downstream
Matt Jankowski 1 year ago committed by GitHub
parent 14fa204dfc
commit 8b5680fd9a

@ -14,15 +14,5 @@ module Admin
@pending_tags_count = Tag.pending_review.count
@pending_appeals_count = Appeal.pending.count
end
private
def redis_info
@redis_info ||= if redis.is_a?(Redis::Namespace)
redis.redis.info
else
redis.info
end
end
end
end

Loading…
Cancel
Save