We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6e657 commit 313909fCopy full SHA for 313909f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## master
2
3
+## 1.11.0
4
+
5
+- CI: Name the test job for clearer output (#219)
6
+- Fix `srem?` not being namespaced (#223)
7
+- FIX missing namespaced srem? method (#224)
8
+- Add support for expiretime and pexpiretime (#221)
9
10
## 1.10.0
11
12
- Bump actions/checkout from 2 to 3 (#206)
lib/redis/namespace/version.rb
@@ -2,6 +2,6 @@
class Redis
class Namespace
- VERSION = '1.10.0'
+ VERSION = '1.11.0'
end
0 commit comments