make parser optional

This commit is contained in:
Honza Dvorsky
2015-03-22 20:39:45 +00:00
parent 2d74d784bd
commit 6e9cfe92bb
+1 -1
View File
@@ -33,7 +33,7 @@ declare module "redis" {
}
interface ClientOpts {
parser: string;
parser?: string;
return_buffers?: boolean;
detect_buffers?: boolean;
socket_nodelay?: boolean;