Commit Graph

22 Commits

Author SHA1 Message Date
jakubskopal
1f2b27f8a1 add sscan to redis (#9669) 2016-06-19 11:30:14 +09: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