Skip to content

Commit 548b11e

Browse files
committed
bump version 0.1.15
1 parent 71f249b commit 548b11e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
* 0.1.15
2+
* add --no-expire and --amend-expire features for protocol backend
3+
* fix bugs handling module rdb aux data (when no key name)
4+
* fix bug of being unable to correctly skip (filter) a module value
5+
* use ArgumentParser instead of OptionParser
6+
17
* 0.1.14
28
* fix parsing crash for rdb with module data containing floats
39
* fix memprofiler crash on python 2.x crash on long integers

rdbtools/__init__.py

+1-1
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.14'
5+
__version__ = '0.1.15'
66
VERSION = tuple(map(int, __version__.split('.')))
77

88
__all__ = [

0 commit comments

Comments
 (0)