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
2014-01-09 16:39:18 +04:00
2014-09-02 14:53:39 -07:00
2014-06-22 12:23:03 +10:00
2014-09-07 19:54:42 -04:00
2014-05-12 14:45:19 +09:00
2014-06-18 23:31:11 +02:00
2014-09-22 17:57:21 +02:00
2013-10-03 22:23:35 +09:00
2014-09-02 14:53:39 -07:00
2014-03-23 15:50:05 +09:00
2014-09-02 14:53:39 -07:00
2014-05-18 21:37:47 +02:00
2014-09-02 14:53:39 -07:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-09-29 18:19:55 +10:00
2014-01-24 00:22:06 +01:00
2014-04-21 01:52:28 +02:00
2014-07-20 09:10:21 -04:00
2014-08-06 23:11:18 +03:00
2014-07-11 07:37:05 +02:00
2014-08-01 20:11:18 +02:00
2014-08-30 14:24:46 -07:00
2014-01-24 00:22:06 +01:00
2014-07-24 00:30:20 -04:00
2014-08-07 15:50:27 +09:00
2014-06-19 17:43:47 +02:00
2014-09-02 14:53:39 -07:00
2014-04-13 16:31:17 +02:00
2014-09-02 14:53:39 -07:00
2014-06-26 05:40:08 +02:00
2014-09-29 10:10:51 +01:00
2013-08-07 16:59:39 +03:00
2014-08-19 16:41:08 -04:00
2014-09-02 14:53:39 -07:00
2014-04-13 23:17:54 +10:00
2014-01-24 00:22:06 +01:00
2014-01-02 16:34:52 +09:00
2014-07-17 19:20:44 +01:00
2014-07-17 19:20:44 +01:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-02-26 14:13:17 +09:00
2014-08-20 00:27:36 +09:00
2014-09-05 22:32:26 +02:00
2013-11-30 21:48:36 +08:00
2014-06-18 23:31:35 +02:00
2014-09-15 23:33:51 +09:00
2014-04-10 19:07:43 +09:00
2014-07-01 22:59:32 -04:00
2014-09-02 14:53:39 -07:00
2014-05-28 13:16:20 +02:00
2014-09-02 14:53:39 -07:00
2014-08-29 11:52:16 +09:00
2014-07-17 19:20:44 +01:00
2014-04-01 00:36:35 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-08-24 00:11:05 +09:00
2014-09-02 14:53:39 -07:00
2014-09-22 12:58:36 +09:00
2014-05-05 03:38:57 +03:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-26 05:43:00 +02:00
2014-09-02 14:53:39 -07:00
2013-05-25 18:08:56 +03:00
2014-05-26 14:31:30 +02:00
2014-06-04 19:28:55 +02:00
2014-06-12 11:36:40 -05:00
2014-02-26 17:25:44 +09:00
2014-08-20 10:22:05 +10:00
2014-01-24 18:51:21 +01:00
2014-05-13 23:20:07 -07:00
2014-09-02 14:53:39 -07:00
2014-06-18 23:31:11 +02:00
2014-06-26 04:17:22 +02:00
2014-09-02 14:53:39 -07:00
2014-01-24 00:19:24 +01:00
2014-06-18 23:31:11 +02:00
2013-12-19 15:33:09 +04:00
2014-07-31 01:12:24 -06:00
2014-08-04 15:38:01 +01:00
2014-09-22 21:47:57 +09:00
2014-06-26 05:43:00 +02:00
2014-09-09 11:11:14 +02:00
2014-07-25 14:24:05 +02:00
2014-01-09 12:29:17 +04:00
2014-01-09 12:29:17 +04:00
2014-09-02 14:53:39 -07:00
2014-09-02 21:02:39 +02:00
2014-08-08 10:22:24 +08:00
2014-09-02 14:53:39 -07:00
2014-09-15 20:09:20 +02:00
2014-09-16 12:19:41 +03:00
2014-01-25 01:08:33 +01:00
2013-01-17 20:03:30 +02:00
2014-06-28 14:41:25 -07:00
2014-09-24 15:42:07 +01:00
2014-06-18 23:31:11 +02:00
2014-09-02 14:53:39 -07:00
2014-09-02 10:57:42 +01:00
2014-06-13 04:46:01 +02:00
2014-09-02 14:53:39 -07:00
2013-11-08 23:36:00 +09:00
2014-07-18 14:45:24 +09:00
2013-11-04 14:25:14 -08:00
2014-05-15 16:47:49 -05:00
2013-09-19 23:21:43 +09:00
2014-09-05 17:13:53 +09:00
2014-06-18 23:31:11 +02:00
2014-01-24 00:55:00 +01:00
2014-03-07 11:51:54 -03:30
2014-06-18 23:31:11 +02:00
2013-12-06 22:36:06 +00:00
2014-01-24 00:55:00 +01:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-08-07 15:50:27 +09:00
2014-08-24 09:57:53 +03:00
2014-08-01 17:26:03 +09:00
2014-04-01 00:37:42 +02:00
2014-09-02 14:53:39 -07:00
2014-09-02 14:53:39 -07:00
2014-06-18 23:31:11 +02:00
2014-01-02 16:34:52 +09:00
2013-08-07 16:59:39 +03:00
2014-06-18 23:31:11 +02:00
2014-01-24 01:19:01 +01:00
2014-09-05 00:43:33 -04:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-09-02 14:53:39 -07:00
2014-03-07 19:01:24 +01:00
2014-01-25 01:08:33 +01:00
2014-09-02 14:53:39 -07:00
2014-09-02 14:53:39 -07:00
2014-09-15 22:52:50 +09:00
2014-02-21 15:03:21 +01:00
2014-04-28 23:42:21 +02:00
2014-08-17 22:08:46 -04:00
2014-01-24 01:19:01 +01:00
2014-05-22 21:05:24 +09:00
2014-04-28 23:55:46 +02:00
2014-07-20 12:13:28 +02:00
2014-05-11 11:45:26 +02:00
2014-06-18 23:31:11 +02:00
2014-08-30 10:22:37 +09:00
2014-01-27 21:40:20 -05:00
2014-09-05 15:29:36 -07:00
2014-07-17 19:20:44 +01:00
2014-06-18 23:31:11 +02:00
2014-04-01 00:49:55 +02:00
2014-09-14 20:37:49 +01:00
2014-04-01 00:36:47 +02:00
2014-06-18 23:31:11 +02:00
2014-09-24 12:22:32 +02:00
2014-09-27 21:26:18 -03:00
2014-08-03 04:47:28 +08:00
2014-06-18 23:31:11 +02:00
2013-11-11 22:31:21 +09:00
2014-04-28 22:00:50 +02:00
2014-08-03 16:44:58 -05:00
2014-06-19 16:56:50 +02:00
2014-08-05 11:06:19 +08:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-08-01 06:49:29 +02:00
2014-08-08 19:10:43 +02:00
2014-05-11 21:10:43 +02:00
2014-09-02 14:53:39 -07:00
2014-09-16 04:11:30 +02:00
2013-11-06 21:14:15 +11:00
2014-07-29 20:58:09 -03:00
2014-04-01 00:36:25 +02:00
2014-01-24 18:51:21 +01:00
2014-09-10 17:12:57 +09:00
2014-09-03 17:08:59 -04:00
2014-06-16 04:25:18 +02:00
2014-08-23 23:23:49 +09:00
2014-09-02 14:53:39 -07:00
2014-09-10 21:24:12 +09:00
2014-04-04 12:26:32 +09:00
2014-09-02 14:53:39 -07:00
2014-05-30 12:34:46 -07:00
2014-06-18 23:31:11 +02:00
2014-08-30 17:59:33 +09:00
2014-09-02 14:53:39 -07:00
2013-08-07 18:02:05 +03:00
2014-09-02 14:53:39 -07:00
2014-09-29 18:18:00 +10:00
2014-07-17 21:21:02 +09:00
2014-08-24 09:57:53 +03:00
2014-06-18 23:31:11 +02:00
2014-06-13 13:31:26 +02:00
2014-08-29 10:38:29 +02:00
2014-06-18 23:31:11 +02:00
2014-08-24 09:57:53 +03:00
2014-09-02 14:53:39 -07:00
2014-09-27 17:25:03 +01:00
2014-09-02 14:53:39 -07:00
2013-09-02 20:07:31 +01:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-06-18 23:31:11 +02:00
2014-09-12 02:44:31 +02:00
2014-08-07 15:50:27 +09:00
2014-01-02 16:34:52 +09:00
2014-05-22 14:41:57 -07:00
2014-07-21 18:11:26 -07:00
2014-09-02 14:53:39 -07:00
2014-09-02 14:53:39 -07:00
2014-05-26 23:34:18 +02:00
2014-08-21 21:25:29 +02:00
2014-09-02 14:53:39 -07:00
2014-08-07 15:50:27 +09:00
2014-02-16 15:21:15 +00:00
2014-06-18 23:31:11 +02:00
2014-06-26 05:43:00 +02:00
2014-06-18 23:31:11 +02:00
2014-05-25 16:50:42 -04:00
2014-06-18 23:31:11 +02:00
2013-11-19 01:40:09 -08:00
2014-01-24 01:56:27 +01:00
2014-06-18 23:31:11 +02:00
2014-09-02 14:53:39 -07:00
2014-02-26 17:45:18 +09:00
2014-04-04 11:20:48 +02:00
2014-06-18 23:31:11 +02:00
2014-09-02 14:53:39 -07:00
2014-04-28 23:48:34 +02:00
2014-08-02 21:59:16 +09:00
2014-09-02 14:53:39 -07:00
2014-09-02 14:53:39 -07:00
2014-08-24 09:57:53 +03:00
2014-09-02 14:53:39 -07:00
2013-08-07 16:59:39 +03:00
2014-08-24 09:57:53 +03:00
2014-01-27 03:34:54 +01:00
2014-09-10 13:15:17 +00:00
2014-09-02 14:53:39 -07:00
2014-04-03 09:31:52 +09:00
2013-09-11 16:47:31 +03:00
2014-08-29 14:34:33 +01:00
2014-02-25 16:32:43 -08:00
2014-09-02 14:53:39 -07:00
2014-05-22 13:53:23 +09:00
2014-05-22 13:53:35 +09:00
2014-06-29 14:52:43 -04:00
2014-08-07 15:01:57 +09:00
2014-06-18 23:31:11 +02:00
2014-04-01 21:07:11 +02:00
2014-09-02 14:53:39 -07:00
2014-06-18 23:31:11 +02:00
2014-09-20 03:58:09 +09:00
2014-06-18 23:31:11 +02:00
2014-07-01 21:44:29 +02:00
2012-12-26 09:28:18 +01:00

DefinitelyTyped Build Status

The repository for high quality TypeScript type definitions.

For more information see the definitelytyped.org website.

Usage

Include a line like this:

/// <reference path="jquery.d.ts" />

Contributions

DefinitelyTyped only works because of contributions by users like you!

Please see the contribution guide on how to contribute to DefinitelyTyped.

How to get the definitions

List of definitions

Requested definitions

Here is an updated list of definitions people have requested.

Licence

This project is licensed under the MIT license.

Copyrights on the definition files are respective of each contributor listed at the beginning of each definition file.

Analytics

S
Description
The repository for high quality TypeScript type definitions.
Readme MIT
98 MiB
Languages
TypeScript 100%