Skip to content

Commit af86d02

Browse files
committed
Fix standard
1 parent 8d3e2b4 commit af86d02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/big_rails/redis/builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def build_redis_client(url:, **redis_options)
4040

4141
def ensure_connection_pool_added!
4242
require "connection_pool"
43-
rescue LoadError => e
43+
rescue LoadError
4444
warn "You don't have connection_pool installed in your application. Please add it to your Gemfile and run bundle install"
4545
raise
4646
end

lib/big_rails/redis/registry.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module Redis
55
class Registry
66
class UnknownConnection < StandardError
77
end
8+
89
class VerificationError < StandardError
910
end
1011

0 commit comments

Comments
 (0)