Skip to content

Commit 352527d

Browse files
committed
fix typo
1 parent 70e14b0 commit 352527d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doctests/cmds-string.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { createClient } from 'redis';
99
const client = createClient();
1010
client.on('error', err => console.log('Redis Client Error', err));
1111
await client.connect();
12-
await client.del('bike:1')
1312
// HIDE_END
1413

1514
// STEP_START set_and_get

0 commit comments

Comments
 (0)