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 562e2e4 commit fe36515Copy full SHA for fe36515
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# MockRedis Changelog
2
3
+### 0.52.0
4
+
5
+* Fix handling of `expire*` via `.call`
6
7
### 0.51.0
8
9
* Improve performance of `hmget` when fetching many fields
lib/mock_redis/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
class MockRedis
- VERSION = '0.51.0'
+ VERSION = '0.52.0'
end
0 commit comments