redis-mass-get:使用KEYS和MGET查询您的Redis,以将键值写入标准输出或文件。 它支持格式

时间:2024-05-06 08:10:08
【文件属性】:

文件名称:redis-mass-get:使用KEYS和MGET查询您的Redis,以将键值写入标准输出或文件。 它支持格式

文件大小:20KB

文件格式:ZIP

更新时间:2024-05-06 08:10:08

Python

Redis Mass Get 使用KEYS和MGET查询您的Redis,以将键/值写入标准输出或文件。 它支持以下格式:文本,json和csv。 安装 从PIP安装: pip install redis-mass-get CLI用法 该项目可用作CLI工具: usage: redis-mass-get [-h] [-q] [-f {text,csv,json}] [-d DESTINATION] [-jd] [-c CHUNCKS] [-och] url key Queries Redis using KEYS and MGET. This will efficiently retreive all keys and values. They can be stored/visualized in different modes: - text (default): odd line


【文件预览】:
redis-mass-get-master
----MANIFEST.in(39B)
----publish.ps1(1KB)
----DEV.md(1003B)
----pytest.ini(67B)
----Pipfile(173B)
----redis_mass_get()
--------processors()
--------__main__.py(2KB)
--------__init__.py(369B)
--------query.py(2KB)
----tests()
--------test_query.py(5KB)
----Pipfile.lock(15KB)
----setup.py(1KB)
----LICENSE.md(1KB)
----.gitignore(2KB)
----README.md(2KB)
----test.ps1(33B)
----.bumpversion.cfg(140B)
----.gitattributes(504B)

网友评论