Commit Graph

32 Commits

Author SHA1 Message Date
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
fa204a87d1 Remove obsolesced reference comments 2016-04-27 21:53:46 -07:00
Ryan Cavanaugh
7906b3d3bd Update ACL + dependents 2016-04-27 21:13:23 -07:00
Ryan Cavanaugh
e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
Ryan Cavanaugh
541e24b685 Fix angularjs/angular; 'export declare'/'declare export' 2016-04-25 13:02:25 -07:00
Ryan Cavanaugh
4a433abbf4 Unwrap all lone ambient external modules 2016-04-22 14:12:45 -07:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Imre Juhasz
99564d9061 Update redis.d.ts
Replaced boolean to Multi
the power of copy-pasting is strong in this one
2016-03-03 12:40:34 +01:00
Imre Juhasz
c5489be8ea Update redis.d.ts
Add `scan`, `hscan`, `zscan`
2016-03-03 12:31:40 +01:00
daggilli
bf4e9e9531 Add support for 'SCRIPT' command
The SCRIPT (SCRIPT [DEBUG, EXISTS, FLUSH, KILL, LOAD]) commands were not typed. This patch adds support.
2016-01-31 12:46:04 -06:00
Andrew Eisenberg
53c37b66d7 Add ClientOps.password to redis typings
password is an alias for auth_pass.
2016-01-25 13:08:34 -06:00
Ilya Mochalov
4fdf088f44 redis: export the interfaces 2015-09-16 20:55:00 +05:00
MugeSo
83d5bc71bc redis: fix RedisClient.select returns void
degraded in 9ae4d7f
2015-08-22 00:27:06 +09:00
MugeSo
af84e7675e redis: write redis version 2015-08-20 12:10:23 +09:00
MugeSo
907e23613e redis: add missing methods to RedisClient 2015-08-20 12:05:49 +09:00
MugeSo
014ff4745d redis: add Multi interface as a return value of RedisClient.mult() 2015-08-20 12:04:33 +09:00
MugeSo
9ae4d7f7ba redis: fix return value type of command methods. 2015-08-20 11:44:58 +09:00
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
MugeSo
f371b44439 redis: add properties to ClientOpts interface 2015-08-20 11:01:24 +09:00
MugeSo
39c95a0a56 redis: uniform indent to 4 spaces 2015-08-20 10:43:39 +09:00
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