Skip to content

Commit c205a8c

Browse files
committed
Require redis-client earlier
Fix: #1315
1 parent 16c7855 commit c205a8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/redis.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
require "redis-client"
4+
35
require "monitor"
46
require "redis/errors"
57
require "redis/commands"

lib/redis/client.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# frozen_string_literal: true
22

3-
require 'redis-client'
4-
53
class Redis
64
class Client < ::RedisClient
75
ERROR_MAPPING = {

0 commit comments

Comments
 (0)