Skip to content

Commit

Permalink
Release 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jan 16, 2023
1 parent 9c49947 commit 6dbbc94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Unreleased

# 5.0.6

- Wait for an extra `config.read_timeout` in blocking commands rather than an arbitrary 100ms. See #1175.
- Treat ReadOnlyError as ConnectionError. See #1168.

# 5.0.5
Expand Down
2 changes: 1 addition & 1 deletion lib/redis/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Redis
VERSION = '5.0.5'
VERSION = '5.0.6'
end

0 comments on commit 6dbbc94

Please sign in to comment.