From b9d544b6014a0c5f682553dd13527402f9f2cf79 Mon Sep 17 00:00:00 2001 From: Naseem Date: Thu, 23 Jan 2020 23:24:36 -0500 Subject: [PATCH] fix: test only with set command --- examples/ioredis/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/ioredis/index.js b/examples/ioredis/index.js index ac1e5ec4f6a..027d87e00f8 100644 --- a/examples/ioredis/index.js +++ b/examples/ioredis/index.js @@ -9,7 +9,6 @@ const redis = new Redis(); async function main() { try { await redis.set('test', 'data'); - await redis.get('test'); process.exit(0); } catch (error) { console.error(error);