1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00
Commit Graph

1474 Commits

Author SHA1 Message Date
Andrew Shapro
740d0e525d change times_connected to attempt in the retry_strategy 2017-03-16 14:44:37 -07:00
Rahul
439d629c81 Minor grammar fix 2017-03-15 14:38:04 -07:00
Ruben Bridgewater
5d73f5efa2 v.2.7.1 v.2.7.1 2017-03-14 18:15:57 -03:00
Ruben Bridgewater
9bb1454ca1 Merge pull request #1211 from qix/monitor_regex
Generalise monitor_regex
2017-03-14 14:59:44 -03:00
Josh Yudaken
3f1b9ce650 Generalise monitor_regex 2017-03-14 09:03:17 -07:00
Ruben Bridgewater
60998b0b20 Fix missing semicolons v.2.7.0 2017-03-11 15:30:09 -03:00
Ruben Bridgewater
b81e8cf632 v.2.7.0 2017-03-11 15:17:44 -03:00
Ruben Bridgewater
974742e71c Add changelog entry 2017-03-11 15:17:44 -03:00
Ruben Bridgewater
7effa210a9 Improve documentation 2017-03-11 15:17:44 -03:00
Ruben Bridgewater
a2255d7fe2 Fix error messages not being visible in the stack trace of AbortErrors 2017-03-11 15:17:44 -03:00
Ruben Bridgewater
e4ce21e12c Use the newest redis-parser version 2017-03-11 15:17:22 -03:00
Ruben Bridgewater
bf1fb5eabb Merge pull request #1204 from liujiaqiid/patch-1
Fix option param null bug
2017-03-11 13:42:20 -03:00
Kyle J. Davis
0a4a4ebfa1 Added example for rename_commands
Fixes #1192.
2017-03-06 13:54:33 -05:00
Jacky Liu
6bb0d0007f Fix option param null bug
options.rename_commands could be null, and the repo README.md list the default value is "null";
2017-03-02 11:35:44 +08:00
Ruben Bridgewater
4d23636c4d Merge pull request #1167 from NodeRedis/greenkeeper-mocha-3.1.2
chore(package): update mocha to version 3.1.2
2017-02-22 14:24:44 +01:00
Ruben Bridgewater
c4b9b4ea26 Fix test on windows 2017-01-16 09:53:31 +01:00
Ruben Bridgewater
8688986051 Add issue to corresponding spec 2017-01-16 09:47:37 +01:00
Ruben Bridgewater
476e554fcd Fix typo 2017-01-16 09:47:30 +01:00
Ruben Bridgewater
1f730a803a v.2.6.5 v.2.6.5 2017-01-15 13:23:38 +01:00
Ruben Bridgewater
db0e8c53cc Fixed parser not being reset in case the redis connection
closed ASAP for overcoming of output buffer limits.

Fixes #1190
2017-01-15 13:23:20 +01:00
Ruben Bridgewater
dffa8a6aee Fix parser being reset in case (p)message_buffer is attached
without the parser set to return buffers.

This might result in corrupt data if the listener is attached
while the parser holds partial data.
2017-01-15 13:20:00 +01:00
Ruben Bridgewater
670b774101 v.2.6.4 v.2.6.4 2017-01-13 00:06:36 +01:00
Ruben Bridgewater
1051719dda Update eslint 2017-01-13 00:06:36 +01:00
Ruben Bridgewater
b9540d4965 Fix monitor mode not working with IPv6, sockets or lua scripts
Fixes #1189
Fixes #1037
2017-01-12 23:51:41 +01:00
Ruben Bridgewater
4b27f798d8 Merge pull request #1168 from katoken-0215/wrong-example-retry-strategy
Check options.error
2016-11-25 20:15:43 +01:00
Ruben Bridgewater
ee6aba4cb5 Merge pull request #1171 from novemberborn/patch-1
Update retry_strategy example
2016-11-14 11:00:13 +01:00
Mark Wubben
18d5f604f5 Update retry_strategy example
Presumably `Math.min()` was intended, otherwise the `options.attempt * 100` result would be ignored for the first 30 attempts. IMHO the initial retries should be quick, but then the delay should be capped at a reasonable interval.
2016-11-10 15:55:25 +00:00
Kenji.Kato
dd3179a183 Check options.error
options.error it sometimes null.
Example code should check it before reference options.error.code.
(See also #1159 )
2016-11-05 03:31:20 +09:00
Ruben Bridgewater
be07c12fbd v.2.6.3 2016-10-31 21:09:08 +01:00
Ruben Bridgewater
bc35ed3172 Add support for Node.js 7 v.2.6.3 2016-10-31 21:03:42 +01:00
Ruben Bridgewater
39c88206ca Merge pull request #1166 from NodeRedis/fix-bugs
Fix domain and camelCase bug
2016-10-31 21:01:38 +01:00
Ruben Bridgewater
4e98cb9442 Improve error message 2016-10-31 20:54:13 +01:00
Ruben Bridgewater
41d26dc0c8 Fix domain handling and tls camelCase settings
Fixes #1106
Fixes #1103
Closes #1104
2016-10-31 20:54:13 +01:00
Ruben Bridgewater
d8d0e2d3e3 Merge pull request #1031 from BrianRossmajer/patch-1
Noting in documentation when client.duplicate() might be used
2016-10-31 20:28:09 +01:00
greenkeeperio-bot
dff87d78f5 chore(package): update mocha to version 3.1.2
https://greenkeeper.io/
2016-10-11 09:21:28 +02:00
Ruben Bridgewater
782f2553f9 README improvements
highlight that all Redis commands are supported.
2016-10-08 15:39:58 +02:00
Greenkeeper
d3fedc648f chore(package): update nyc to version 8.3.0 (#1143)
https://greenkeeper.io/
2016-09-16 08:59:31 -07:00
Ruben Bridgewater
ff9b727609 Merge pull request #1100 from NodeRedis/greenkeeper-nyc-7.0.0
Update nyc to version 7.0.0 🚀
2016-07-15 16:13:24 +02:00
greenkeeperio-bot
0171935600 chore(package): update nyc to version 7.0.0
https://greenkeeper.io/
2016-07-09 09:23:57 +02:00
Ruben Bridgewater
0c6edbd8a6 Make test idempotent 2016-06-16 12:39:08 +02:00
Ruben Bridgewater
98688331a3 Merge pull request #1087 from Austintacious/tweak-documentation
Noting in docs that retry_max_delay and connect_timeout are deprecated
2016-06-16 12:30:18 +02:00
Ruben Bridgewater
01f723a0dd v.2.6.2 v.2.6.2 2016-06-16 12:29:00 +02:00
Ruben Bridgewater
de0a9628aa Fire the individual original callbacks when using transactions
Fixes #1089
2016-06-16 12:29:00 +02:00
Austin Winslow
a5b5ccbba3 Noting in docs that retry_max_delay and connect_timeout are deprecated 2016-06-14 13:24:20 -05:00
Brian Rossmajer
983cc69af5 Merge pull request #2 from BrianRossmajer/BrianRossmajer-patch-2
Update README.md
2016-06-04 23:06:30 -04:00
Brian Rossmajer
fc2c0dd78f Update README.md
Removing the negative example
2016-06-04 23:05:01 -04:00
Michael Diarmid
ed57f440c7 fix broken links 2016-06-02 00:35:29 +01:00
Ruben Bridgewater
2543e11b29 v.2.6.1 v.2.6.1 2016-06-02 00:59:54 +02:00
Ruben Bridgewater
7eaba8c10d Add tests to make sure no invalid function names get exported 2016-06-02 00:59:54 +02:00
Ruben Bridgewater
1487760ffd Merge pull request #1076 from danmactough/use-safe-function-names
Ensure synthetic function names conform to naming requirements
2016-06-02 00:29:54 +02:00