Task Init
This commit is contained in:
+7
@@ -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