From 2f75d90d2c64a88bb303b5359be1a3f8caa7fb1c Mon Sep 17 00:00:00 2001 From: RedEagle Date: Wed, 5 Oct 2022 04:32:57 +0200 Subject: [PATCH] Update index.js --- src/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.js b/src/index.js index 2da6328..3b0533f 100644 --- a/src/index.js +++ b/src/index.js @@ -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() {