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

1843 Commits

Author SHA1 Message Date
Ruben Bridgewater
a8e7d59e62 Add a note about not prefixing the keys command
Fixes #1012
2016-03-26 00:59:52 +01:00
Ruben Bridgewater
6e063018f5 Merge pull request #1006 from NodeRedis/monitor
Fix monitor mode

Fixes #1005
2016-03-26 00:49:44 +01:00
Ruben Bridgewater
344291a98a Fix monitoring mode 2016-03-25 16:09:20 +01:00
Ruben Bridgewater
bf568b6df7 v.2.5.3 v.2.5.3 2016-03-21 17:23:11 +01:00
Ruben Bridgewater
db6cf0a3b5 Don't throw on invalid data types but throw a warning instead
Fixes #1013
2016-03-21 17:22:03 +01:00
Ruben Bridgewater
ddbb94b598 Fix file example
Fixes #176
2016-03-21 17:22:00 +01:00
Ruben Bridgewater
643eb95aaf Require the redis version in the issue template too 2016-03-17 00:07:40 +01:00
Ruben Bridgewater
fc9967a140 v.2.5.2 v.2.5.2 2016-03-17 00:02:08 +01:00
Ruben Bridgewater
bfb823023d Merge pull request #1010 from NodeRedis/redis-2.4-support
Fix Redis 2.4 support
2016-03-17 00:00:21 +01:00
Ruben Bridgewater
359820c766 Support redis 2.4 info command
Fixes #1008
2016-03-16 23:50:29 +01:00
Ruben Bridgewater
eb9500bb9f Fix redis 2.4 auth support 2016-03-16 23:15:21 +01:00
Ruben Bridgewater
08a4537263 v.2.5.1 v.2.5.1 2016-03-15 10:03:18 +01:00
Ruben Bridgewater
24e7486a5a Fix forgotten optional info section
Fixes #1003
2016-03-15 09:59:09 +01:00
Ruben Bridgewater
093f437fac v.2.5.0 v.2.5.0 2016-03-15 05:43:10 +01:00
Ruben Bridgewater
8e970a7fef Add Github issue / pull request templates 2016-03-15 03:56:47 +01:00
Ruben Bridgewater
6598da5366 Indicate transmission errors 2016-03-15 03:56:47 +01:00
Ruben Bridgewater
ff19663d9d Remove code overhead
Add another domain test

Fix test on node 0.10
2016-03-15 03:56:36 +01:00
Ruben Bridgewater
f75b38a3e2 Make windows tests more robust 2016-03-14 23:10:46 +01:00
Ruben Bridgewater
d858bd8383 Passing a stream as second parameter in the constructor
To support private streams this is implemented.
This needs some monkey patching to work, so it is not officially
supported and might be removed at any time!

Fixes #950
Closes #951
2016-03-10 22:01:23 +01:00
Ruben Bridgewater
2913eaccaf Make tests more robust and print more details if one might still fail 2016-03-07 11:52:48 +01:00
Matt Berther
7ddb955517 updating the test filename to match the command 2016-03-07 09:41:40 +01:00
Ruben Bridgewater
49179babb2 Add more keywords 2016-03-07 09:41:40 +01:00
Ruben Bridgewater
a09f6b964c Update license year 2016-03-07 09:41:40 +01:00
Ruben Bridgewater
d080598a67 Merge pull request #997 from NodeRedis/greenkeeper-nyc-6.0.0
Update nyc to version 6.0.0 🚀
2016-03-07 03:52:13 +01:00
Ruben Bridgewater
aa2d8c04e0 2.5.0-1 2.5.0-1 2016-03-07 03:31:38 +01:00
Matt Berther
b14cbaf1d5 updating the test description to match the command 2016-03-07 03:31:38 +01:00
Ruben Bridgewater
7eebdf94d7 Merge pull request #999 from beaulm/patch-1
Fix typo
2016-03-07 03:28:38 +01:00
Ruben Bridgewater
5d1e9fe9e0 Merge pull request #998 from NodeRedis/2.5
2.5 pre-release

Fixes #479
Fixes #905
Fixes #958
2016-03-07 03:27:06 +01:00
beaulm
ae0030659f Update README.md
Changed "Note that the API is entire asynchronous" to "Note that the API is entirely asynchronous"
2016-03-06 20:22:43 -06:00
Ruben Bridgewater
7c9c5e2693 Update readme to include more details about retry_strategy and backpressure 2016-03-07 02:34:30 +01:00
Ruben Bridgewater
e48e1e845f Windows fixes
Skip redis process spawn on windows for now
2016-03-07 02:03:10 +01:00
Ruben Bridgewater
31a2d843e8 Add slave ready test 2016-03-07 01:57:56 +01:00
Ruben Bridgewater
2684fdbb4d Update changelog 2016-03-07 01:57:56 +01:00
Ruben Bridgewater
c2e25a7f71 Move lots code into separate files and split big functions party into smaller ones
Also refactor small stuff here
Removed the .send_anyway boolean and use .ready instead
2016-03-07 01:57:56 +01:00
Ruben Bridgewater
535db5231e Fix rename command not working together with key prefixes 2016-03-07 01:57:56 +01:00
Ruben Bridgewater
575ad7357b Insert deprecation warnings and some minor refactoring 2016-03-07 01:57:56 +01:00
Ruben Bridgewater
19ea518b36 Do not emit ready if the slave is still syncing with master / master being down 2016-03-07 01:57:56 +01:00
Ruben Bridgewater
89209b8adc Handle very big pipelines without crashing 2016-03-07 01:57:56 +01:00
Ruben Bridgewater
cc540dbc3c Implement retry_strategy and add more info to the reconnect event 2016-03-07 01:57:56 +01:00
Ruben Bridgewater
5e8a87b4dc Improve createClient function to detect faulty input and throw 2016-03-07 01:57:56 +01:00
Ruben Bridgewater
290bf1d651 Small utils improvements
Don't write "Error:" infront of errors
2016-03-07 01:57:56 +01:00
Ruben Bridgewater
711d51c387 Add unify_options / createClient tests 2016-03-07 01:57:56 +01:00
Ruben Bridgewater
6013ee7f90 callFuncAfter should fire the passed fn everytime called above the minimum
Also pass individual ports to the redis process through
2016-03-07 01:57:56 +01:00
Ruben Bridgewater
0a636f95cc Signal test failures due to used ports and accept individual ports to be provided 2016-03-07 01:57:56 +01:00
Ruben Bridgewater
1a8a72ddf3 Improve tls tests
Removed redundant tests.
Skip the tests on windows instead of not even showing them.
Add a faulty cert to check proper cert validation.
Reject unauthorized certs
2016-03-07 01:57:56 +01:00
Ruben Bridgewater
4f3c4a2ef6 Add more tests
Add execution order tests
Fix flaky test
Add utils tests
Improve other tests
2016-03-07 01:57:56 +01:00
Ruben Bridgewater
614e35ab57 Move multi; commands; createClient code into separate files 2016-03-07 01:57:56 +01:00
Ruben Bridgewater
ce80569bfe Update npm ignore file 2016-03-07 01:57:56 +01:00
Ruben Bridgewater
f2ca678afe Update benchmark to also signal tcp / socket connections 2016-03-07 01:57:56 +01:00
greenkeeperio-bot
a53bb3d7d1 chore(package): update nyc to version 6.0.0
http://greenkeeper.io/
2016-03-04 07:28:10 +01:00