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 46b3d0e commit 016b057Copy full SHA for 016b057
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## 1.3.2
2
+
3
+ - Fix #68: Capital commands (e.g. redis.send('GET', 'foo'))
4
+ - Fix #67: Nested namespace vs. `eval` command
5
+ - Fix #65: Require redis ~> 3.0.4 for upstream bugfix
6
+ - Feature: Resque::Namespace::VERSION constant
7
8
+## 1.3.1
9
10
+ - Fix: (Security) don't proxy `exec` through `#method_missing`
11
+ - Fix #62: Don't try to remove namespace from `Redis::Future`
12
+ - Fix #61: Support `multi` with no block
13
+ - Feature #58: Support `echo`, `exec`, `strlen` commands
14
15
## 1.3.0
16
17
Features:
lib/redis/namespace/version.rb
@@ -2,6 +2,6 @@
class Redis
class Namespace
- VERSION = '1.3.1'
+ VERSION = '1.3.2'
end
0 commit comments