Commit Graph

6 Commits

Author SHA1 Message Date
Honza Dvorsky
6e9cfe92bb make parser optional 2015-03-22 20:39:45 +00:00
Honza Dvorsky
2d74d784bd auth_pass is a string (password), not a boolean. 2015-03-22 20:37:17 +00:00
Aymeric Beaumet
b5f6b3d5b1 make node_redis inherits from EventEmitter 2014-10-21 19:14:40 +02:00
CodeAnimal
a920b0cb8c Fix Redis defs to better describe API.
- Merge all callback interfaces into a generic interface.
- Add CommandT generic interface for future use, to not have to
explicitly define all command signatures. At the moment a duplicate
definition is thrown is used, as commands like ```get``` have additional
signatures defined.
- Add rest parameter array to all commands, as all command accept either
an array or paramarray (see:
https://github.com/mranney/node_redis#sending-commands)
- Update tests to test that paramarray is working as expected.
- TODO: Add CAPITALISED versions of commands.
- Add myself to header info.
2014-09-29 22:20:23 +01:00
CodeAnimal
67762b3951 Update createClient method to better adhere to docs
See: https://github.com/mranney/node_redis#rediscreateclient
2014-09-29 20:32:50 +01:00
Bart van der Schoor
09f3d7a8dc imported 25 definitions from typescript-node-definitions
first batch: the easy pickings

- as per https://github.com/borisyankov/DefinitelyTyped/issues/115
- added DT headers (scraped creators from git history)
- added tests
- some modifications
- added CONTRIBUTORS.md for the substantial defs (>50 LOC)
2014-04-22 22:09:35 +02:00