We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c569ccb commit 62af505Copy full SHA for 62af505
CHANGES
@@ -1,5 +1,9 @@
1
ChangeLog for RMA
2
--------------------
3
+- 0.2.0
4
+ * Calculate TTL feature for all key types and display min/max/mean TTL in Key summary tables.
5
+ * Replace invalid UTF-8 characters in redis key names when scanning keyspace.
6
+
7
- 0.1.16
8
9
* Added possibility to report output in JSON format. Issue #28
rma/__pkginfo__.py
@@ -1,4 +1,4 @@
-num_version = (0, 1, 16)
+num_version = (0, 2, 0)
version = '.'.join([str(num) for num in num_version])
classifiers = [
0 commit comments