Skip to content

Commit 7cc45e5

Browse files
committedFeb 9, 2024
Release 5.1.0
1 parent 1db19c9 commit 7cc45e5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Unreleased
22

3+
# 5.1.0
4+
5+
- `multi` now accept a `watch` keyword argument like `redis-client`. See #1236.
6+
- `bitcount` and `bitpos` now accept a `scale:` argument on Redis 7+. See #1242
7+
- Added `expiretime` and `pexpiretime`. See #1248.
8+
39
# 5.0.8
410

511
- Fix `Redis#without_reconnect` for sentinel clients. Fix #1212.

‎lib/redis/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class Redis
4-
VERSION = '5.0.8'
4+
VERSION = '5.1.0'
55
end

0 commit comments

Comments
 (0)