Skip to content

Commit

Permalink
fix: test only with set command
Browse files Browse the repository at this point in the history
  • Loading branch information
Naseem committed Jan 24, 2020
1 parent 0143bc0 commit b9d544b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/ioredis/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b9d544b

Please sign in to comment.