{"id":15372302,"url":"https://github.com/reorx/rdl","last_synced_at":"2025-04-15T12:31:44.911Z","repository":{"id":15326366,"uuid":"18056568","full_name":"reorx/rdl","owner":"reorx","description":"Redis dump \u0026 load tool.","archived":false,"fork":false,"pushed_at":"2018-04-28T12:46:51.000Z","size":18,"stargazers_count":12,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T21:12:15.944Z","etag":null,"topics":["backup","cli","dump","redis"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"glpi-project/glpi","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reorx.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-24T08:52:41.000Z","updated_at":"2020-02-29T04:47:40.000Z","dependencies_parsed_at":"2022-08-26T07:10:52.797Z","dependency_job_id":null,"html_url":"https://github.com/reorx/rdl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reorx%2Frdl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reorx%2Frdl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reorx%2Frdl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reorx%2Frdl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reorx","download_url":"https://codeload.github.com/reorx/rdl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618260,"owners_count":21134202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backup","cli","dump","redis"],"created_at":"2024-10-01T13:50:06.982Z","updated_at":"2025-04-15T12:31:44.686Z","avatar_url":"https://github.com/reorx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"rdl - Redis dump-load tool\n==========================\n\n.. image:: https://travis-ci.org/reorx/rdl.svg?branch=master\n    :target: https://travis-ci.org/reorx/rdl\n\nThis tool is made specially for dump \u0026 load certain database of a redis server,\nif you want to dump whole redis or replicate from one to another,\nplease checkout ``redis bgsave`` or ``redis replication`` on google.\n\nNOTE: Package **redis** is required to use this tool.\n\n\nInstallation\n------------\n\n::\n\n    pip install rdl\n\n\nUsage\n-----\n\n::\n\n    usage: rdl [-n N] [-h HOST] [-p PORT] [-a AUTH] [-f] [--ignore-none-value]\n               [--help] [--version]\n               ACTION FILE\n\n    Redis dump-load tool.\n\n    positional arguments:\n      ACTION                `dump` or `load`.\n      FILE                  if action is dump, then its output file, if actions is\n                            load, then its source file.\n\n    optional arguments:\n      -n N                  Number of database to process.\n      -h HOST, --host HOST  Redis host\n      -p PORT, --port PORT  Redis port\n      -a AUTH, --auth AUTH  Redis password\n      -f, --flushdb         Force or flush database before load\n      --ignore-none-value   Ignore None when dumping db, by default it will raise\n                            ValueError if DUMP result is None\n      --help                show this help message and exit\n      --version             show program's version number and exit\n\n\nExample\n-------\n\nDump database 1 to file ``redis.dump``::\n\n    $ ./rdl.py dump redis.dump -n 1\n\nLoad to database 3 from file ``redis.dump``::\n\n    $ ./rdl.py load redis.dump -n 3 -f\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freorx%2Frdl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freorx%2Frdl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freorx%2Frdl/lists"}