Inspired by redis-rdb-tools
Documentation
Usage example
from rdbtools3 import parse_rdb_stream
with open('/path/to/redis/dump.rdb', 'rb') as f:
for item in parse_rdb_stream(f):
print(item.key, item.value)
CHANGES
0.1.2 (2014-05-21)
Add Makefile
Add CHANGES.txt
Add setup.py
pep8 and pyflakes3 cleanup
documentation started
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rdbtools3-0.1.2.tar.gz
(8.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rdbtools3-0.1.2.tar.gz.
File metadata
- Download URL: rdbtools3-0.1.2.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0dbc00c00735404fe3482d218c61fcccaa0687cca47ebd2410d604f04d2be449
|
|
| MD5 |
8b19e014a299e7084e68a8de9c1e5acb
|
|
| BLAKE2b-256 |
0350a055a2f6fe56aaf2f2432ae5929221d4dcb8fd52370eb225366b9391b481
|
File details
Details for the file rdbtools3-0.1.2-py2.py3-none-any.whl.
File metadata
- Download URL: rdbtools3-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
443ad6c318e4e385bbb075d2edcf4f1dc08b632e4d001b971beeef3f3e4d48af
|
|
| MD5 |
adbc3329f20b99e1d06fb62b89fbbaf8
|
|
| BLAKE2b-256 |
fe9065a8bba3c2339945944b038322aafec83c7b71fdca20205c0b976c590677
|