mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-28 11:43:00 +00: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. |
||
|---|---|---|
| .. | ||
| redis-tests.ts | ||
| redis.d.ts | ||