Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tinybluerobots/redisdump

A simple tool to dump a redis db to text files
https://github.com/tinybluerobots/redisdump

dotnet redis-db

Last synced: about 1 month ago
JSON representation

A simple tool to dump a redis db to text files

Awesome Lists containing this project

README

        

A simple tool to dump a redis db to text files

```
USAGE: RedisDump [--help] [--connectionstring ] [--database ] [--output ] [--parallelism ]

OPTIONS:

--connectionstring
connection string (defaults to localhost)
--database database number (defaults to 0)
--output output directory (defaults to currentDirectory/database)
--parallelism number of parallel tasks (defaults to 1)
--help display this list of options.
```