this.redis.del(key);
I want to delete key, should i do the way?
Yes.
@luin ioredis support unlink? i can't find this command
@luin ioredis support unlink? i can't find this command
Where can't you find this command? Have you tried redis.unlink?
@luin i use typescript, may be not the declare
@luin Does ioredis has method of sending arbitrary commands? just like send_command of node_redis
Check out redis.call
Get Outlook for iOShttps://aka.ms/o0ukef
From: XieZuoHong notifications@github.com
Sent: Sunday, May 19, 2019 3:23 PM
To: luin/ioredis
Cc: 子骅; Mention
Subject: Re: [luin/ioredis] how to del key? (#609)
Does ioredis has method of sending arbitrary commands? just like send_command of node_redis
―
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com/luin/ioredis/issues/609?email_source=notifications&email_token=AAE3H7WCBFWAIVHGRSLVJ2DPWD56BA5CNFSM4EXGMOD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVW4N2Q#issuecomment-493733610, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAE3H7S7SPJKAQAIYNOP5NDPWD56BANCNFSM4EXGMODQ.
Most helpful comment
Yes.