Skip to content

Commit 4da65b7

Browse files
author
paulosouza
committedJun 30, 2023
feat: add passthroughs for ioredis#unlink method
1 parent ca24b59 commit 4da65b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/ioMethods.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*/
99

1010
export const ioMethods = [
11+
'unlink',
1112
'call',
1213
'connect',
1314
'send_command',

0 commit comments

Comments
 (0)
Please sign in to comment.