Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tinybluerobots/redisdump
- Owner: TinyBlueRobots
- License: unlicense
- Created: 2018-11-27T12:11:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T09:41:24.000Z (about 2 years ago)
- Last Synced: 2024-10-12T16:23:33.512Z (2 months ago)
- Topics: dotnet, redis-db
- Language: F#
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```