123
This commit is contained in:
3
node_modules/@redis/client/dist/lib/commands/ACL_SETUSER.d.ts
generated
vendored
Normal file
3
node_modules/@redis/client/dist/lib/commands/ACL_SETUSER.d.ts
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
import { RedisCommandArgument, RedisCommandArguments } from '.';
|
||||
export declare function transformArguments(username: RedisCommandArgument, rule: RedisCommandArgument | Array<RedisCommandArgument>): RedisCommandArguments;
|
||||
export declare function transformReply(): RedisCommandArgument;
|
||||
Reference in New Issue
Block a user