Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
* @class
* Initializes a new instance of the ExportRDBParameters class.
* @constructor
* Parameters for redis export operation.
* Parameters for Redis export operation.
*
* @member {string} [format] File format.
*
* @member {string} prefix Prifix to use for exported files.
* @member {string} prefix Prefix to use for exported files.
*
* @member {string} container Container name to export to.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ var util = require('util');
* @class
* Initializes a new instance of the ImportRDBParameters class.
* @constructor
* Parameters for redis import operation.
* Parameters for Redis import operation.
*
* @member {string} [format] File format.
*
* @member {array} files files to import
* @member {array} files files to import.
*
*/
function ImportRDBParameters() {
Expand Down
Loading