mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
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.