5 Commits
Author SHA1 Message Date
MugeSo da1d0dcc70 redis: update tests 2015-08-20 11:27:08 +09:00
MugeSo 0c3aa92a0b redis: update tests 2015-08-20 11:24:21 +09: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
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