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 a692a78 commit 627aa6eCopy full SHA for 627aa6e
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## x.y.z
4
5
+## 1.9.0
6
+
7
- Accept Proc as a namespace (#203)
8
- Fix deprecation warning of Redis.current (#189)
9
- Add support for getex
lib/redis/namespace/version.rb
@@ -2,6 +2,6 @@
class Redis
class Namespace
- VERSION = '1.8.2'
+ VERSION = '1.9.0'
end
0 commit comments