laststylebender

Results 3 comments of laststylebender

closing this in response to #1959.

@amitksingh1490 current implementation don't validate the response with schema based on types (if we remove the responseValidation flag). so in order to provide the option of type validation we have...

@eliassal you can try below code to import `createClient`. ``` const { createClient } = require('redis'); const client = createClient().on('error', err => console.log("[Error]: ", err)).connect(); ```