Skip to content
Snippets Groups Projects
Unverified Commit f56129a9 authored by mayaeh's avatar mayaeh Committed by GitHub
Browse files

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

parent f5e6cbac
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
Redis.exists_returns_integer = false
redis_connection = Redis.new(
url: ENV['REDIS_URL'],
driver: :hiredis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment