-
Notifications
You must be signed in to change notification settings - Fork 745
/
CHANGES
47 lines (38 loc) · 1.55 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
* 0.1.15
* add --no-expire and --amend-expire features for protocol backend
* fix bugs handling module rdb aux data (when no key name)
* fix bug of being unable to correctly skip (filter) a module value
* use ArgumentParser instead of OptionParser
* 0.1.14
* fix parsing crash for rdb with module data containing floats
* fix memprofiler crash on python 2.x crash on long integers
* fix memprofiler crash on rdb with modules or streams
* improvements in memprofiler report to show totals and metadata
* 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
* 0.1.11
* fix recent bug failing to parse rdb files with sorted sets
* 0.1.10
* fix endianess parsing exception in python 3
* Fix bytes escape functions to handle floats
* fix to cli help message
* fixes to redis-profiler memory report utility
* test suite improvements
* 0.1.9
* python 3 support
* rdb v8 (redis 4.0) support
* binary to string conversion fixes
* use ujson/cStringIO/python-lzf if they're available
* filter keys by size
* bugfixes parsing sorted sets
* fix setup.py dependancies and remove requirements.txt file
* 0.1.8
* fix a crash in the memory profiler recently introduced.
* 0.1.7
* rdb v7 (redis 3.2) support