Suppress Redis#exists(key) warning (#14067)

th-downstream
mayaeh 4 years ago committed by GitHub
parent 4aca523d14
commit db856552ce

@ -1,5 +1,7 @@
# frozen_string_literal: true
Redis.exists_returns_integer = false
redis_connection = Redis.new(
url: ENV['REDIS_URL'],
driver: :hiredis

Loading…
Cancel
Save