Skip to content

Commit

Permalink
bump version 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
oranagra authored Oct 31, 2018
1 parent 470d854 commit c8b432a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* 0.1.13
* Add support for rdb v9 (redis 5.0) and memory analysis of streams
* Adding expiry to memory csv
* Warning users when python-lzf is not installed
* Minor fix to memory calculations of small numeric values

* 0.1.12
* add parser support for redis 4.0 module types
* fix bug in memory report for long encoding in python2.6
Expand Down
2 changes: 1 addition & 1 deletion rdbtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from rdbtools.callbacks import JSONCallback, DiffCallback, ProtocolCallback, KeyValsOnlyCallback, KeysOnlyCallback
from rdbtools.memprofiler import MemoryCallback, PrintAllKeys, StatsAggregator, PrintJustKeys

__version__ = '0.1.12'
__version__ = '0.1.13'
VERSION = tuple(map(int, __version__.split('.')))

__all__ = [
Expand Down

0 comments on commit c8b432a

Please sign in to comment.