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
..
ioredis-tests.ts Try to provide a new definition for ioredis (#8910) 2016-04-12 22:33:14 +09:00
ioredis.d.ts ioredis: Add some missing properties (#10240) 2016-07-23 22:59:38 -07:00