mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
redis: add missing methods to RedisClient
This commit is contained in:
Vendored
+4
@@ -69,6 +69,10 @@ declare module "redis" {
|
||||
server_info: ServerInfo;
|
||||
|
||||
end(): void;
|
||||
unref(): void;
|
||||
|
||||
// Low level command execution
|
||||
send_command(command:string, ...args:any[]): boolean;
|
||||
|
||||
// Connection (http://redis.io/commands#connection)
|
||||
auth(password:string, callback?:ResCallbackT<any>): boolean;
|
||||
|
||||
Reference in New Issue
Block a user