rdbtools3:Python 3中实现的Redis dump.rdb解析器工具

时间:2024-05-25 09:40:47
【文件属性】:

文件名称:rdbtools3:Python 3中实现的Redis dump.rdb解析器工具

文件大小:25KB

文件格式:ZIP

更新时间:2024-05-25 09:40:47

Python

Python 3中实现的Redis dump.rdb解析器工具 受到启发 文献资料 请参阅 用法示例 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 )


【文件预览】:
rdbtools3-master
----MANIFEST.in(115B)
----.travis.yml(294B)
----README.rst(616B)
----CHANGES.txt(161B)
----docs()
--------conf.py(8KB)
--------parser.rst(2KB)
--------cli.rst(251B)
--------Makefile(7KB)
--------index.rst(1KB)
----rdbtools3()
--------ziplist.py(2KB)
--------parser.py(9KB)
--------zipmap.py(994B)
--------intset.py(585B)
--------util.py(536B)
--------__init__.py(207B)
--------lzf.py(827B)
--------consts.py(2KB)
--------exceptions.py(254B)
--------cli()
----tests()
--------test_lzf.py(1KB)
--------util.py(200B)
--------test_intset.py(2KB)
--------__init__.py(0B)
--------test_simple.py(4KB)
--------dumps()
--------test_ziplist_entry.py(3KB)
--------test_zipmap.py(2KB)
--------test_ziplist.py(989B)
----LICENSE(1KB)
----setup.cfg(22B)
----setup.py(2KB)
----.gitignore(87B)
----Makefile(411B)

网友评论