1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-03 04:01:40 +03:00

399 Commits

Author SHA1 Message Date
340cddb6d1 Use process.nextTick to uncork 2016-04-29 06:11:12 +02:00
03f1a606f7 Improve error handling
Added individual error classes
Don't silently fail for commands without callback from now on
General polishing (e.g. better error messages)

Fix typos
2016-04-29 04:31:39 +02:00
f7c4d131be Remove jshint comments and update istanbul comments 2016-04-29 04:10:23 +02:00
625f14e6ba Fix address always set to 127.0.0.1:6379 in case the host/port is set in the tls options 2016-04-29 04:10:23 +02:00
0dc45bd0a3 Improve pub sub mode further 2016-04-29 04:10:23 +02:00
e58e310225 Remove unnecessary unallocation. This is done by the queue itself
The total size is kept in the queue but this does not have to be reset each time
2016-04-29 04:10:23 +02:00
a857829a36 Improve error handling
Arguments are now passed to an command error in case they exist
An error is only emitted if that very same error is not already handled in a callback
2016-04-29 04:10:23 +02:00
97ae78877b Implement CLIENT REPLY ON|OFF|SKIP 2016-04-29 04:10:23 +02:00
3038c9043d Make sure all individual handled command work in multi context the same
Fix quit possibly resulting in reconnections
2016-04-29 04:10:23 +02:00
0424cb0bf3 Move pub sub command into individual commands and use call_on_write 2016-04-29 04:10:23 +02:00
683815de9d Refactor pipelining 2016-04-29 04:10:23 +02:00
5d12659583 Fix typos / comments 2016-04-29 04:10:23 +02:00
cd58e1fd89 Implement message_buffer and pmessage_buffer events 2016-04-29 04:10:23 +02:00
a9d565b8f4 Fix auth regression
Fixes #1028
2016-04-29 04:10:23 +02:00
d2b8f2f391 Add support for camelCase
Fixes missing `EXEC_BATCH` on multi
2016-04-29 04:10:23 +02:00
14170f9d02 Improve tests a bit
Reduce timeouts if possible
Extend timeouts if needed (windows tests need their time)
Don't expose the redis socket to others than the owner
Don't create the stunnel log
2016-04-01 11:42:22 +02:00
79c1767f86 Fix pubsub further
Unsubscribing from all channels did not work properly with reconnect
Pub sub did not work properly with the new `string_numbers` option
2016-03-31 19:23:46 +02:00
3fd865bbb3 Move the exposed and documented api into a separate file 2016-03-31 19:23:46 +02:00
861749f4d6 Fix send_command working with hooked internal functions 2016-03-31 19:23:46 +02:00
48481552c9 Calling quit should always close the connection 2016-03-27 05:18:38 +02:00
0c5947be51 Add string_numbers option to handle very big numbers 2016-03-27 03:19:18 +02:00
94e9f1fcfc Replace jshint with eslint and add lots of rules
Fix eslint errors accordingly
2016-03-26 14:45:12 +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
344291a98a Fix monitoring mode 2016-03-25 16:09:20 +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
6598da5366 Indicate transmission errors 2016-03-15 03:56:47 +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
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
cc540dbc3c Implement retry_strategy and add more info to the reconnect event 2016-03-07 01:57:56 +01:00
32172cd291 Use instanceof Array instead of Array.isArray
The reply is being done with a regular array and therefor will be the same array instance
2016-03-01 17:59:17 +01:00
fb0eaf4d41 Unify auth handling 2016-03-01 17:59:17 +01:00
518e46dcc7 Use a own clone function instead of using JSON.parse(JSON.stringify())
This will also clone functions
2016-03-01 17:59:16 +01:00
60eee34de1 Unify command handling 2016-03-01 17:59:16 +01:00
8dcf06754d Add warnings and handle protocol errors gracefuly 2016-03-01 17:59:16 +01:00
5ef24a90b6 Add tests and improve older tests 2015-12-31 06:00:20 +01:00
2cd3818ea9 Fix some minor issues 2015-12-31 06:00:20 +01:00
d9c815dd8c Add retry_unfullfilled_commands option 2015-12-30 16:18:17 +01:00
a4285c156c Parse redis url just like IANA 2015-12-30 16:18:17 +01:00
58ddd51489 Always refresh the server_info after running info; Remove proper auth support for redis < 2.6.11 2015-12-30 16:18:17 +01:00
52f987321a Deprecate stuff 2015-12-30 16:18:17 +01:00
637e59ffc9 Improve arguments parsing 2015-12-30 16:18:17 +01:00
835dc404b7 Explicitly remove a undefined callback from any multi command 2015-12-30 16:18:17 +01:00
f6f5d91709 Deprecate .end() by making the flush parameter mandatory and fix the docs 2015-12-30 16:18:17 +01:00
e89bcec1c2 Deprecate and warn on null / undefined arguments 2015-12-30 16:18:17 +01:00
16a1d69c82 Move parsers into seperate module and improve js parser performance 2015-11-30 13:31:26 +01:00
9ee610d072 emit event "ready" when disable_resubscribing is true 2015-11-26 19:06:05 +01:00