Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RedEagle-dh authored Oct 5, 2022
1 parent ff5fdee commit 2f75d90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
const redis = require("ioredis");

const redisExport = redis.createClient({

// Edit these information below
host: "hostname/url/ipadress from your redis server",
port: "port from your redis server",
password: "password from your redis server",
username: "username from your redis server"
// Edit finish
});

const redisImport = redis.createClient({

// Edit these information below
host: "hostname/url/ipadress from your redis server",
port: "port from your redis server",
password: "password from your redis server",
username: "username from your redis server"
// Edit finish
});

async function transferKeys() {
Expand Down

0 comments on commit 2f75d90

Please sign in to comment.