Batch export Redis data from string keys to json files without programming

by

Want to batch export data from Redis string keys to JSON files without programming?

Using RedisDataStudio, a native GUI tool, you can batch export data from Redis string keys to JSON files easily and fast, no need to program, just a few mouse clicks!

Support Windows, Linux, macOS.

Example

Source Redis string keys

Export Redis string keys to JSON files - string keys

After exporting, you can see exported JSON files

Export Redis string keys to JSON files - source  folder

View an exported JSON file

Export Redis string keys to JSON files - view data

Here’s how to.

Export

Click “Export To File” at task dialog.

Export Redis string keys to JSON files - task window

Choose “Keys”, “String”, “Files”, “JSON”.

Export Redis string keys to JSON files - task window

1. Select source string keys.

Export Redis string keys to JSON files - source string keys

2. Config destination folder, JSON options.

Export Redis string keys to JSON files - config destination string keys

3. List to string keys to be exported.

Export Redis string keys to JSON files - Map  files to string keys

4. Summary.

Export Redis string keys to JSON files - summary

5. Export Redis string keys to JSON files.

Export Redis string keys to JSON files - export JSON files

After exporting, you can view exported data in JSON files.

xport Redis string keys to JSON files - view data

Save/load session

Save Session.

Click “Save Session” button, then enter a session file name.

save session

click “OK” button.

Load Session.

Click link to a session file.

load session

Then the wizard form shows, click a few “Next” to export JSON data.

start session

Run in command line

When you save session, you can click “Save & Make Batch File”.

save session

The “Save & Make Batch File” form shows.

create batch file

Click “OK” button, you’ll create a batch file, in Windows, like this:

C:
cd "C:\Users\pansh\AppData\Local\Programs\RedisDataStudio"
RedisDataStudio task="C:\Users\pansh\Documents\test.rdcs" logfile="C:\Users\pansh\Documents\test.log"

You can run this batch file in command line.

Run as scheduled task

On Linux/macOS, you can use Crontab.

For macOS, How to Fix Cron Permission Issues in macOS.

On Windows, in “Save & Make Batch File” form, you can click “Create & Schedule Task” to set a scheduled task.

create batch file

And then, with scheduled task wizard, step by step.

scheduled task application

scheduled task name

scheduled task time

scheduled task user

scheduled task information

You’ll see created task listed in scheduled task list.

scheduled task list

Download

Here you can download RedisDataStudio, and buy RedisDataStudio.