Commit Graph

6 Commits

Author SHA1 Message Date
Eric Eslinger
cc20726465 The db field in Redis's ClientOptions interface should be a number, not a string. (#20504)
* this parameter should probably be a number

* undid the prettier reformat

* other modules send strings
2017-10-27 17:32:40 -07:00
Stuart Schechter
7bfae6fc3b Update redis fix incr return result (#20625)
* Change callback result of incr (increment) variants to be number
  was string[]

* Fix lint errors

* Stop using `let`

* Remove type annotations for simple string and number constant
2017-10-23 07:53:43 -07:00
Matthias Lochbrunner
dfdf9e29ec Make RetryStrategyOptions.error of type NodeJS.ErrnoException (#20390) 2017-10-13 03:17:46 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Blake Embrey
7437e70f27 Import redis definitions from @types (#16215) 2017-06-01 07:41:59 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00