We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8586dbf + 6ac081d commit 27f6f3cCopy full SHA for 27f6f3c
lib/tools/redis-dump.js
@@ -68,7 +68,7 @@ async function redisExport(format, redis) {
68
}
69
70
71
- return isRaw ? root.join('\n') : JSON.stringify(root);
+ return isRaw ? root.join('\n') : JSON.stringify(root, null, 2);
72
73
74
0 commit comments