Mine Yalcinalp Starks
253e456e3c
Merge remote-tracking branch 'upstream/master' into types-2.0
...
Many badly resolved merge conflicts
2016-11-18 20:42:46 -08:00
Tony Gaetani
85dcd5f0c1
added duplicate function to redis
2016-10-11 16:21:50 -05:00
Paul van Brenk
5607f54def
Merge master into typings-2.0
...
* Changed Files
2016-08-18 14:53:30 -07:00
Finn Poppinga
81742efd81
add missing command HINCRBYFLOAT
2016-08-18 13:00:30 +02:00
Mine Yalcinalp Starks
29e75d32e1
Merge remote-tracking branch 'upstream/master' into types2.0-fix
2016-08-05 17:32:30 -07:00
Dani Hodovic
f18cd14bf9
Type check RetryStrategyOptions props explicitly
2016-07-28 15:43:52 +02:00
Dani Hodovic
81334e8ad1
Use exported RetryStrategyOptions in tests
2016-07-28 15:21:01 +02:00
Dani Hodovic
4dc266fcf4
Export RetryStrategyOptions and RetryStrategy
...
Export RetryStrategyOptions and RetryStrategy so that it can be used
outside of the module to create the RetryStrategy callback.
2016-07-28 15:20:28 +02:00
Dani Hodovic
856e5a2c10
Add retry_strategy tests
2016-07-28 14:39:37 +02:00
Dani Hodovic
75320af160
Options to standalone interface, allow return Error
...
- Separate RedisRetryStrategyOptions into a separate interface.
- Allow the function to return either a number or an Error instead of
only a number.
2016-07-28 14:38:10 +02:00
Ryan Cavanaugh
e94e9a8630
Merge commit 'upstream/master~450' into merge_7_25
2016-07-26 13:40:56 -07:00
Dani Hodovic
97883bac0d
Added Redis retry_strategy
...
Most of the ClientOpts that have to do with reconnecting have been
deprecated in favor of the `retry_strategy` property. The
DefinitelyTyped repo is outdated and is missing the retry_strategy
property. See the docs at https://github.com/NodeRedis/node_redis .
The following options of ClientOpts are deprecated in favor of
retry_strategy:
- retry_max_delay
- connect_timeout
- max_attempts
2016-07-25 20:57:50 +02:00
Ryan Cavanaugh
a5f4d50ccc
Fix tsconfig files for new option name / behavior.
...
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal
395c4e1639
Turning on consistent casing flag and fixing failures
2016-06-30 15:14:49 -07:00
jakubskopal
1f2b27f8a1
add sscan to redis ( #9669 )
2016-06-19 11:30:14 +09:00
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