We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db19c9 commit 7cc45e5Copy full SHA for 7cc45e5
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Unreleased
2
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
9
# 5.0.8
10
11
- Fix `Redis#without_reconnect` for sentinel clients. Fix #1212.
lib/redis/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Redis
- VERSION = '5.0.8'
+ VERSION = '5.1.0'
end
0 commit comments