Skip to content

Commit c8b432a

Browse files
authored
bump version 0.1.13
1 parent 470d854 commit c8b432a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
* 0.1.13
2+
* Add support for rdb v9 (redis 5.0) and memory analysis of streams
3+
* Adding expiry to memory csv
4+
* Warning users when python-lzf is not installed
5+
* Minor fix to memory calculations of small numeric values
6+
17
* 0.1.12
28
* add parser support for redis 4.0 module types
39
* fix bug in memory report for long encoding in python2.6

rdbtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from rdbtools.callbacks import JSONCallback, DiffCallback, ProtocolCallback, KeyValsOnlyCallback, KeysOnlyCallback
33
from rdbtools.memprofiler import MemoryCallback, PrintAllKeys, StatsAggregator, PrintJustKeys
44

5-
__version__ = '0.1.12'
5+
__version__ = '0.1.13'
66
VERSION = tuple(map(int, __version__.split('.')))
77

88
__all__ = [

0 commit comments

Comments
 (0)