Files
DefinitelyTyped/ioredis
Esteban Ordano 994439d8ed ioredis: Add some missing properties (#10240)
These are minor changes:

* There's a `status` field that can be used to check if the connection to the redis server is active.
* There's a `getBuffer` method that returns a node `Buffer` instance instead of a string (if you're saving binary data on redis, this is useful).
* The callback on `connect` is optional.
2016-07-23 22:59:38 -07:00
..