Skip to content

Commit f9755a8

Browse files
authoredJun 30, 2023
Merge pull request #57 from PaulosSouza/feat/unlink-method
feat: add passthroughs for ioredis#unlink method
2 parents ca24b59 + 4da65b7 commit f9755a8

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.