mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
make parser optional
This commit is contained in:
Vendored
+1
-1
@@ -33,7 +33,7 @@ declare module "redis" {
|
||||
}
|
||||
|
||||
interface ClientOpts {
|
||||
parser: string;
|
||||
parser?: string;
|
||||
return_buffers?: boolean;
|
||||
detect_buffers?: boolean;
|
||||
socket_nodelay?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user