Skip to content

Commit

Permalink
Release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Feb 9, 2024
1 parent 1db19c9 commit 7cc45e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Unreleased

# 5.1.0

- `multi` now accept a `watch` keyword argument like `redis-client`. See #1236.
- `bitcount` and `bitpos` now accept a `scale:` argument on Redis 7+. See #1242
- Added `expiretime` and `pexpiretime`. See #1248.

# 5.0.8

- Fix `Redis#without_reconnect` for sentinel clients. Fix #1212.
Expand Down
2 changes: 1 addition & 1 deletion lib/redis/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Redis
VERSION = '5.0.8'
VERSION = '5.1.0'
end

0 comments on commit 7cc45e5

Please sign in to comment.