1
0
mirror of https://github.com/redis/node-redis.git synced 2025-07-31 05:44:24 +03:00

1055 Commits

Author SHA1 Message Date
aa45e2c140 Make private api private functions 2016-03-27 04:21:34 +02:00
3704ebdd9d Merge pull request #1021 from NodeRedis/string_numbers
Add string_numbers option to handle very big numbers

Fixes #994
Fixes #339
2016-03-27 03:39:38 +02:00
0c5947be51 Add string_numbers option to handle very big numbers 2016-03-27 03:19:18 +02:00
2e68a7a270 Make test more robust by waiting till redis answered
The former fix was actually not working as expected
2016-03-26 15:44:46 +01:00
68f2a8894e Make test more robust
The redis server ends the connection and the stream end might be triggered
before the quit command returned and is therefor racy.
2016-03-26 15:22:36 +01:00
1a884a84eb Merge pull request #1019 from NodeRedis/eslint
Replace jshint with eslint and fix everything according to the new rules
2016-03-26 14:57:07 +01:00
94e9f1fcfc Replace jshint with eslint and add lots of rules
Fix eslint errors accordingly
2016-03-26 14:45:12 +01:00
12579e5e8e Test pubsub numsub
Closes #740
2016-03-26 04:53:27 +01:00
50f1663ba5 Merge pull request #1017 from NodeRedis/pubsub
Fix pub sub mode

Fixes #603 
Fixes #577 
Fixes #137
2016-03-26 02:44:17 +01:00
7a5a4aa535 Fix pub sub mode
There is likely a better and more performant way to fix this but this works so far
and should be good enough to release and improve later.

Make test more robust

Add another test
2016-03-26 02:14:10 +01:00
5294917280 Merge pull request #1018 from NodeRedis/docu
Improve test and add some more documentation
2016-03-26 01:03:07 +01:00
7af90043c8 Improve test 2016-03-26 01:00:32 +01:00
a8e7d59e62 Add a note about not prefixing the keys command
Fixes #1012
2016-03-26 00:59:52 +01:00
6e063018f5 Merge pull request #1006 from NodeRedis/monitor
Fix monitor mode

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

Fix test on node 0.10
2016-03-15 03:56:36 +01:00
f75b38a3e2 Make windows tests more robust 2016-03-14 23:10:46 +01:00
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
2913eaccaf Make tests more robust and print more details if one might still fail 2016-03-07 11:52:48 +01:00
7ddb955517 updating the test filename to match the command 2016-03-07 09:41:40 +01:00
49179babb2 Add more keywords 2016-03-07 09:41:40 +01:00
a09f6b964c Update license year 2016-03-07 09:41:40 +01:00
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
aa2d8c04e0 2.5.0-1 2.5.0-1 2016-03-07 03:31:38 +01:00
b14cbaf1d5 updating the test description to match the command 2016-03-07 03:31:38 +01:00
7eebdf94d7 Merge pull request #999 from beaulm/patch-1
Fix typo
2016-03-07 03:28:38 +01:00
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
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
7c9c5e2693 Update readme to include more details about retry_strategy and backpressure 2016-03-07 02:34:30 +01:00
e48e1e845f Windows fixes
Skip redis process spawn on windows for now
2016-03-07 02:03:10 +01:00
31a2d843e8 Add slave ready test 2016-03-07 01:57:56 +01:00
2684fdbb4d Update changelog 2016-03-07 01:57:56 +01:00
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
535db5231e Fix rename command not working together with key prefixes 2016-03-07 01:57:56 +01:00
575ad7357b Insert deprecation warnings and some minor refactoring 2016-03-07 01:57:56 +01:00
19ea518b36 Do not emit ready if the slave is still syncing with master / master being down 2016-03-07 01:57:56 +01:00
89209b8adc Handle very big pipelines without crashing 2016-03-07 01:57:56 +01:00