mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-18 07:51:48 +08:00
- 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.