Package redis-rdb-tools: Information

    Source package: redis-rdb-tools
    Version: 0.1.15-alt1
    Build time:  Oct 18, 2020, 03:00 AM
    Category: Databases
    Report package bug
    License: MIT License
    Summary: Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON
    Description: 
    Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON
    Rdbtools is a parser for Redis' dump.rdb files.
    
    The parser generates events similar to an xml sax parser,
    and is very efficient memory wise.
    
    In addition, rdbtools provides utilities to:
    * Generate a Memory Report of your data across all databases and keys
    * Convert dump files to JSON
    * Compare two dump files using standard diff tools

    List of RPM packages built from this SRPM:
    python3-module-rdbtools (noarch)
    python3-module-rdbtools-tests (noarch)
    redis-rdb-tools (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov
    Andrey Bychkov

      1. python3-module-setuptools
      2. rpm-build-python3

    Last changed


    June 29, 2020 Vitaly Lipatov 0.1.15-alt1
    - new version 0.1.15 (with rpmrb script)
    April 10, 2020 Vitaly Lipatov 0.1.14-alt1
    - new version 0.1.14 (with rpmrb script)
    Jan. 29, 2020 Andrey Bychkov 0.1.13-alt2
    - Porting on Python3.