Skip to content

Commit

Permalink
Remove unnecessary rescue. (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored Jan 10, 2023
1 parent 1a56832 commit 7dd0804
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/dalli/protocol/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ def connect
authenticate_connection if require_auth?
@version = version # Connect socket if not authed
up!
rescue Dalli::DalliError
raise
end

def pipelined_get(keys)
Expand Down

0 comments on commit 7dd0804

Please sign in to comment.