Skip to content

Releases: sripathikrishnan/redis-rdb-tools

rdbtools-0.1.15

28 Jun 14:33

Choose a tag to compare

  • 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

rdbtools-0.1.14

24 Dec 09:41

Choose a tag to compare

  • 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

rdbtools-0.1.13

31 Oct 06:36
c8b432a

Choose a tag to compare

  • 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

rdbtools-0.1.12

11 Dec 07:12

Choose a tag to compare

  • add parser support for redis 4.0 module types
  • fix bug in memory report for long encoding in python2.6

rdbtools-0.1.12-pre

27 Jul 08:50

Choose a tag to compare

rdbtools-0.1.12-pre Pre-release
Pre-release
  • pre-release with parser support for v4 module data types.

rdbtools-0.1.11

24 Jun 10:46

Choose a tag to compare

  • fix recent bug failing to parse rdb files with sorted sets

rdbtools-0.1.10

21 Mar 08:12

Choose a tag to compare

  • 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

rdbtools-0.1.9

26 Feb 10:40

Choose a tag to compare

* 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

rdbtools-0.1.8

10 Oct 09:17

Choose a tag to compare

fix a crash in the memory profiler recently introduced.

rdbtools-0.1.7

18 Aug 15:16

Choose a tag to compare

First release with Redis 3.2 support