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