redis-rdb-tools
Data extractor
Tools to parse Redis dump files and extract data in various formats
Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON
5k stars
200 watching
744 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
hdt3213/rdb | A tool to parse Redis RDB files and generate various reports or visualizations. | 393 |
redis/redis-py | A Python client for interacting with the Redis key-value store | 12,667 |
redis/redis | An in-memory key-value store with persistence on disk and support for multiple data structures. | 67,030 |
redis/node-redis | A high-performance Redis client for Node.js with support for various Redis commands and data structures | 16,943 |
redis/redis-rb | A Ruby client library for interacting with the Redis in-memory data store | 3,976 |
nkrode/redislive | An application that visualizes Redis instances and analyzes query patterns and spikes. | 3,072 |
redis/rueidis | A fast Redis client with features like auto-pipelining and client-side caching for high-performance data access in distributed systems. | 2,452 |
rdflib/rdflib | A Python library for working with RDF data and querying semantic web resources | 2,176 |
erikdubbelboer/phpredisadmin | A web-based interface to manage Redis databases | 3,122 |
nalgeon/redka | An in-memory Redis implementation with SQLite backend, providing ACID transactions and compatibility with the Redis API. | 3,503 |
dwighthubbard/micropython-redis | A Redis client implementation designed for use with MicroPython on embedded microcontrollers. | 21 |
laixintao/iredis | A terminal client for Redis with advanced features like auto-completion, syntax highlighting, and command validation. | 2,564 |
smartdataanalytics/rdfprocessingtoolkit | A command line interface based toolkit for processing RDF data and running SPARQL queries on various data formats. | 40 |
tporadowski/redis | A native port of Redis for Windows, implementing its key-value data model with various value types. | 9,065 |
coleifer/walrus | A Python library that provides an extension to the popular Redis client, adding support for newer commands and integrating with other databases. | 1,152 |