UNPKG

39.5 kBMarkdownView Raw
1# Changelog
2
3## v.2.8.0 - 31 Jul, 2017
4
5Features
6
7- Accept UPPER_CASE commands in send_command
8- Add arbitrary commands to the prototype by using `Redis.addCommand(name)`
9
10Bugfixes
11
12- Fixed not always copying subscribe unsubscribe arguments
13- Fixed emitting internal errors while reconnecting with auth
14- Fixed crashing with invalid url option
15
16## v.2.7.1 - 14 Mar, 2017
17
18Bugfixes
19
20- Fixed monitor mode not working in combination with IPv6 (2.6.0 regression)
21
22## v.2.7.0 - 11 Mar, 2017
23
24Features
25
26- All returned errors are from now a subclass of `RedisError`.
27
28Bugfixes
29
30- Fixed rename_commands not accepting `null` as value
31- Fixed `AbortError`s and `AggregateError`s not showing the error message in the stack trace
32
33## v.2.6.5 - 15 Jan, 2017
34
35Bugfixes
36
37- Fixed parser not being reset in case the redis connection closed ASAP for overcoming of output buffer limits
38- Fixed parser reset if (p)message_buffer listener is attached
39
40## v.2.6.4 - 12 Jan, 2017
41
42Bugfixes
43
44- Fixed monitor mode not working in combination with IPv6, sockets or lua scripts (2.6.0 regression)
45
46## v.2.6.3 - 31 Oct, 2016
47
48Bugfixes
49
50- Do not change the tls setting to camel_case
51- Fix domain handling in combination with the offline queue (2.5.3 regression)
52
53## v.2.6.2 - 16 Jun, 2016
54
55Bugfixes
56
57- Fixed individual callbacks of a transaction not being called (2.6.0 regression)
58
59## v.2.6.1 - 02 Jun, 2016
60
61Bugfixes
62
63- Fixed invalid function name being exported
64
65## v.2.6.0 - 01 Jun, 2016
66
67In addition to the pre-releases the following changes exist in v.2.6.0:
68
69Features
70
71- Updated [redis-parser](https://github.com/NodeRedis/node-redis-parser) dependency ([changelog](https://github.com/NodeRedis/node-redis-parser/releases/tag/v.2.0.0))
72 - The JS parser is from now on the new default as it is a lot faster than the hiredis parser
73 - This is no BC as there is no changed behavior for the user at all but just a performance improvement. Explicitly requireing the Hiredis parser is still possible.
74- Added name property to all Redis functions (Node.js >= 4.0)
75- Improved stack traces in development and debug mode
76
77Bugfixes
78
79- Reverted support for `__proto__` (v.2.6.0-2) to prevent and breaking change
80
81Deprecations
82
83- The `parser` option is deprecated and should be removed. The built-in Javascript parser is a lot faster than the hiredis parser and has more features
84
85## v.2.6.0-2 - 29 Apr, 2016
86
87Features
88
89- Added support for the new [CLIENT REPLY ON|OFF|SKIP](http://redis.io/commands/client-reply) command (Redis v.3.2)
90- Added support for camelCase
91 - The Node.js landscape default is to use camelCase. node_redis is a bit out of the box here
92 but from now on it is possible to use both, just as you prefer!
93 - If there's any documented variable missing as camelCased, please open a issue for it
94- Improve error handling significantly
95 - Only emit an error if the error has not already been handled in a callback
96 - Improved unspecific error messages e.g. "Connection gone from end / close event"
97 - Added `args` to command errors to improve identification of the error
98 - Added origin to errors if there's e.g. a connection error
99 - Added ReplyError class. All Redis errors are from now on going to be of that class
100 - Added AbortError class. A subclass of AbortError. All unresolved and by node_redis rejected commands are from now on of that class
101 - Added AggregateError class. If a unresolved and by node_redis rejected command has no callback and
102 this applies to more than a single command, the errors for the commands without callback are aggregated
103 to a single error that is emitted in debug_mode in that case.
104- Added `message_buffer` / `pmessage_buffer` events. That event is always going to emit a buffer
105 - Listening to the `message` event at the same time is always going to return the same message as string
106- Added callback option to the duplicate function
107- Added support for `__proto__` and other reserved keywords as hgetall field
108- Updated [redis-commands](https://github.com/NodeRedis/redis-commands) dependency ([changelog](https://github.com/NodeRedis/redis-commands/releases/tag/v.1.2.0))
109
110Bugfixes
111
112- Fixed v.2.5.0 auth command regression (under special circumstances a reconnect would not authenticate properly)
113- Fixed v.2.6.0-0 pub sub mode and quit command regressions:
114 - Entering pub sub mode not working if a earlier called and still running command returned an error
115 - Unsubscribe callback not called if unsubscribing from all channels and resubscribing right away
116 - Quit command resulting in an error in some cases
117- Fixed special handled functions in batch and multi context not working the same as without (e.g. select and info)
118 - Be aware that not all commands work in combination with transactions but they all work with batch
119- Fixed address always set to 127.0.0.1:6379 in case host / port is set in the `tls` options instead of the general options
120
121## v.2.6.0-1 - 01 Apr, 2016
122
123A second pre-release with further fixes. This is likely going to be released as 2.6.0 stable without further changes.
124
125Features
126
127- Added type validations for client.send_command arguments
128
129Bugfixes
130
131- Fixed client.send_command not working properly with every command and every option
132- Fixed pub sub mode unsubscribing from all channels in combination with the new `string_numbers` option crashing
133- Fixed pub sub mode unsubscribing from all channels not respected while reconnecting
134- Fixed pub sub mode events in combination with the `string_numbers` option emitting the number of channels not as number
135
136## v.2.6.0-0 - 27 Mar, 2016
137
138This is mainly a very important bug fix release with some smaller features.
139
140Features
141
142- Monitor and pub sub mode now work together with the offline queue
143 - All commands that were send after a connection loss are now going to be send after reconnecting
144- Activating monitor mode does now work together with arbitrary commands including pub sub mode
145- Pub sub mode is completely rewritten and all known issues fixed
146- Added `string_numbers` option to get back strings instead of numbers
147- Quit command is from now on always going to end the connection properly
148
149Bugfixes
150
151- Fixed calling monitor command while other commands are still running
152- Fixed monitor and pub sub mode not working together
153- Fixed monitor mode not working in combination with the offline queue
154- Fixed pub sub mode not working in combination with the offline queue
155- Fixed pub sub mode resubscribing not working with non utf8 buffer channels
156- Fixed pub sub mode crashing if calling unsubscribe / subscribe in various combinations
157- Fixed pub sub mode emitting unsubscribe even if no channels were unsubscribed
158- Fixed pub sub mode emitting a message without a message published
159- Fixed quit command not ending the connection and resulting in further reconnection if called while reconnecting
160
161The quit command did not end connections earlier if the connection was down at that time and this could have
162lead to strange situations, therefor this was fixed to end the connection right away in those cases.
163
164## v.2.5.3 - 21 Mar, 2016
165
166Bugfixes
167
168- Revert throwing on invalid data types and print a warning instead
169
170## v.2.5.2 - 16 Mar, 2016
171
172Bugfixes
173
174- Fixed breaking changes against Redis 2.4 introduced in 2.5.0 / 2.5.1
175
176## v.2.5.1 - 15 Mar, 2016
177
178Bugfixes
179
180- Fixed info command not working anymore with optional section argument
181
182## v.2.5.0 - 15 Mar, 2016
183
184Same changelog as the pre-release
185
186## v.2.5.0-1 - 07 Mar, 2016
187
188This is a big release with some substantial underlining changes. Therefor this is released as a pre-release and I encourage anyone who's able to, to test this out.
189
190It took way to long to release this one and the next release cycles will be shorter again.
191
192This release is also going to deprecate a couple things to prepare for a future v.3 (it'll still take a while to v.3).
193
194Features
195
196- The parsers moved into the [redis-parser](https://github.com/NodeRedis/node-redis-parser) module and will be maintained in there from now on
197 - Improve js parser speed significantly for big SUNION/SINTER/LRANGE/ZRANGE
198- Improve redis-url parsing to also accept the database-number and options as query parameters as suggested in [IANA](http://www.iana.org/assignments/uri-schemes/prov/redis)
199- Added a `retry_unfulfilled_commands` option
200 - Setting this to 'true' results in retrying all commands that were not fulfilled on a connection loss after the reconnect. Use with caution
201- Added a `db` option to select the database while connecting (this is [not recommended](https://groups.google.com/forum/#!topic/redis-db/vS5wX8X4Cjg))
202- Added a `password` option as alias for auth_pass
203- The client.server_info is from now on updated while using the info command
204- Gracefuly handle redis protocol errors from now on
205- Added a `warning` emitter that receives node_redis warnings like auth not required and deprecation messages
206- Added a `retry_strategy` option that replaces all reconnect options
207- The reconnecting event from now on also receives:
208 - The error message why the reconnect happened (params.error)
209 - The amount of times the client was connected (params.times_connected)
210 - The total reconnecting time since the last time connected (params.total_retry_time)
211- Always respect the command execution order no matter if the reply could be returned sync or not (former exceptions: [#937](https://github.com/NodeRedis/node_redis/issues/937#issuecomment-167525939))
212- redis.createClient is now checking input values stricter and detects more faulty input
213- Started refactoring internals into individual modules
214- Pipelining speed improvements
215
216Bugfixes
217
218- Fixed explicit undefined as a command callback in a multi context
219- Fixed hmset failing to detect the first key as buffer or date if the key is of that type
220- Fixed do not run toString on an array argument and throw a "invalid data" error instead
221 - This is not considered as breaking change, as this is likely a error in your code and if you want to have such a behavior you should handle this beforehand
222 - The same applies to Map / Set and individual Object types
223- Fixed redis url not accepting the protocol being omitted or protocols other than the redis protocol for convenience
224- Fixed parsing the db keyspace even if the first database does not begin with a zero
225- Fixed handling of errors occurring while receiving pub sub messages
226- Fixed huge string pipelines crashing NodeJS (Pipeline size above 256mb)
227- Fixed rename_commands and prefix option not working together
228- Fixed ready being emitted to early in case a slave is still syncing / master down
229
230Deprecations
231
232- Using any command with a argument being set to null or undefined is deprecated
233 - From v.3.0.0 on using a command with such an argument will return an error instead
234 - If you want to keep the old behavior please use a precheck in your code that converts the arguments to a string.
235 - Using SET or SETEX with a undefined or null value will from now on also result in converting the value to "null" / "undefined" to have a consistent behavior. This is not considered as breaking change, as it returned an error earlier.
236- Using .end(flush) without the flush parameter is deprecated and the flush parameter should explicitly be used
237 - From v.3.0.0 on using .end without flush will result in an error
238 - Using .end without flush means that any command that did not yet return is going to silently fail. Therefor this is considered harmful and you should explicitly silence such errors if you are sure you want this
239- Depending on the return value of a command to detect the backpressure is deprecated
240 - From version 3.0.0 on node_redis might not return true / false as a return value anymore. Please rely on client.should_buffer instead
241- The `socket_nodelay` option is deprecated and will be removed in v.3.0.0
242 - If you want to buffer commands you should use [.batch or .multi](./README.md) instead. This is necessary to reduce the amount of different options and this is very likely reducing your throughput if set to false.
243 - If you are sure you want to activate the NAGLE algorithm you can still activate it by using client.stream.setNoDelay(false)
244- The `max_attempts` option is deprecated and will be removed in v.3.0.0. Please use the `retry_strategy` instead
245- The `retry_max_delay` option is deprecated and will be removed in v.3.0.0. Please use the `retry_strategy` instead
246- The drain event is deprecated and will be removed in v.3.0.0. Please listen to the stream drain event instead
247- The idle event is deprecated and will likely be removed in v.3.0.0. If you rely on this feature please open a new ticket in node_redis with your use case
248- Redis < v. 2.6 is not officially supported anymore and might not work in all cases. Please update to a newer redis version as it is not possible to test for these old versions
249- Removed non documented command syntax (adding the callback to an arguments array instead of passing it as individual argument)
250
251## v.2.4.2 - 27 Nov, 2015
252
253Bugfixes
254
255- Fixed not emitting ready after reconnect with disable_resubscribing ([@maxgalbu](https://github.com/maxgalbu))
256
257## v.2.4.1 - 25 Nov, 2015
258
259Bugfixes
260
261- Fixed a js parser regression introduced in 2.4.0 ([@BridgeAR](https://github.com/BridgeAR))
262
263## v.2.4.0 - 25 Nov, 2015
264
265Features
266
267- Added `tls` option to initiate a connection to a redis server behind a TLS proxy. Thanks ([@paddybyers](https://github.com/paddybyers))
268- Added `prefix` option to auto key prefix any command with the provided prefix ([@luin](https://github.com/luin) & [@BridgeAR](https://github.com/BridgeAR))
269- Added `url` option to pass the connection url with the options object ([@BridgeAR](https://github.com/BridgeAR))
270- Added `client.duplicate([options])` to duplicate the current client and return a new one with the same options ([@BridgeAR](https://github.com/BridgeAR))
271- Improve performance by up to 20% on almost all use cases ([@BridgeAR](https://github.com/BridgeAR))
272
273Bugfixes
274
275- Fixed js parser handling big values slow ([@BridgeAR](https://github.com/BridgeAR))
276 - The speed is now on par with the hiredis parser.
277
278## v.2.3.1 - 18 Nov, 2015
279
280Bugfixes
281
282- Fixed saving buffers with charsets other than utf-8 while using multi ([@BridgeAR](https://github.com/BridgeAR))
283- Fixed js parser handling big values very slow ([@BridgeAR](https://github.com/BridgeAR))
284 - The speed is up to ~500% faster than before but still up to ~50% slower than the hiredis parser.
285
286## v.2.3.0 - 30 Oct, 2015
287
288Features
289
290- Improve speed further for: ([@BridgeAR](https://github.com/BridgeAR))
291 - saving big strings (up to +300%)
292 - using .multi / .batch (up to +50% / on Node.js 0.10.x +300%)
293 - saving small buffers
294- Increased coverage to 99% ([@BridgeAR](https://github.com/BridgeAR))
295- Refactored manual backpressure control ([@BridgeAR](https://github.com/BridgeAR))
296 - Removed the high water mark and low water mark. Such a mechanism should be implemented by a user instead
297 - The `drain` event is from now on only emitted if the stream really had to buffer
298- Reduced the default connect_timeout to be one hour instead of 24h ([@BridgeAR](https://github.com/BridgeAR))
299- Added .path to redis.createClient(options); ([@BridgeAR](https://github.com/BridgeAR))
300- Ignore info command, if not available on server ([@ivanB1975](https://github.com/ivanB1975))
301
302Bugfixes
303
304- Fixed a js parser error that could result in a timeout ([@BridgeAR](https://github.com/BridgeAR))
305- Fixed .multi / .batch used with Node.js 0.10.x not working properly after a reconnect ([@BridgeAR](https://github.com/BridgeAR))
306- Fixed fired but not yet returned commands not being rejected after a connection loss ([@BridgeAR](https://github.com/BridgeAR))
307- Fixed connect_timeout not respected if no connection has ever been established ([@gagle](https://github.com/gagle) & [@benjie](https://github.com/benjie))
308- Fixed return_buffers in pub sub mode ([@komachi](https://github.com/komachi))
309
310## v.2.2.5 - 18 Oct, 2015
311
312Bugfixes
313
314- Fixed undefined options passed to a new instance not accepted (possible with individual .createClient functions) ([@BridgeAR](https://github.com/BridgeAR))
315
316## v.2.2.4 - 17 Oct, 2015
317
318Bugfixes
319
320- Fixed unspecific error message for unresolvable commands ([@BridgeAR](https://github.com/BridgeAR))
321- Fixed not allowed command error in pubsub mode not being returned in a provided callback ([@BridgeAR](https://github.com/BridgeAR))
322- Fixed to many commands forbidden in pub sub mode ([@BridgeAR](https://github.com/BridgeAR))
323- Fixed mutation of the arguments array passed to .multi / .batch constructor ([@BridgeAR](https://github.com/BridgeAR))
324- Fixed mutation of the options object passed to createClient ([@BridgeAR](https://github.com/BridgeAR))
325- Fixed error callback in .multi not called if connection in broken mode ([@BridgeAR](https://github.com/BridgeAR))
326
327## v.2.2.3 - 14 Oct, 2015
328
329Bugfixes
330
331- Fixed multi not being executed on Node 0.10.x if node_redis not yet ready ([@BridgeAR](https://github.com/BridgeAR))
332
333## v.2.2.2 - 14 Oct, 2015
334
335Bugfixes
336
337- Fixed regular commands not being executed after a .multi until .exec was called ([@BridgeAR](https://github.com/BridgeAR))
338
339## v.2.2.1 - 12 Oct, 2015
340
341No code change
342
343## v.2.2.0 - 12 Oct, 2015 - The peregrino falcon
344
345The peregrino falcon is the fasted bird on earth and this is what this release is all about: Increased performance for heavy usage by up to **400%** [sic!] and increased overall performance for any command as well. Please check the benchmarks in the [README.md](README.md) for further details.
346
347Features
348
349- Added rename_commands options to handle renamed commands from the redis config ([@digmxl](https://github.com/digmxl) & [@BridgeAR](https://github.com/BridgeAR))
350- Added disable_resubscribing option to prevent a client from resubscribing after reconnecting ([@BridgeAR](https://github.com/BridgeAR))
351- Increased performance ([@BridgeAR](https://github.com/BridgeAR))
352 - exchanging built in queue with [@petkaantonov](https://github.com/petkaantonov)'s [double-ended queue](https://github.com/petkaantonov/deque)
353 - prevent polymorphism
354 - optimize statements
355- Added *.batch* command, similar to .multi but without transaction ([@BridgeAR](https://github.com/BridgeAR))
356- Improved pipelining to minimize the [RTT](http://redis.io/topics/pipelining) further ([@BridgeAR](https://github.com/BridgeAR))
357
358Bugfixes
359
360- Fixed a javascript parser regression introduced in 2.0 that could result in timeouts on high load. ([@BridgeAR](https://github.com/BridgeAR))
361 - I was not able to write a regression test for this, since the error seems to only occur under heavy load with special conditions. So please have a look for timeouts with the js parser, if you use it and report all issues and switch to the hiredis parser in the meanwhile. If you're able to come up with a reproducable test case, this would be even better :)
362- Fixed should_buffer boolean for .exec, .select and .auth commands not being returned and fix a couple special conditions ([@BridgeAR](https://github.com/BridgeAR))
363
364If you do not rely on transactions but want to reduce the RTT you can use .batch from now on. It'll behave just the same as .multi but it does not have any transaction and therefor won't roll back any failed commands.<br>
365Both .multi and .batch are from now on going to cache the commands and release them while calling .exec.
366
367Please consider using .batch instead of looping through a lot of commands one by one. This will significantly improve your performance.
368
369Here are some stats compared to ioredis 1.9.1 (Lenovo T450s i7-5600U):
370
371 simple set
372 82,496 op/s » ioredis
373 112,617 op/s » node_redis
374
375 simple get
376 82,015 op/s » ioredis
377 105,701 op/s » node_redis
378
379 simple get with pipeline
380 10,233 op/s » ioredis
381 26,541 op/s » node_redis (using .batch)
382
383 lrange 100
384 7,321 op/s » ioredis
385 26,155 op/s » node_redis
386
387 publish
388 90,524 op/s » ioredis
389 112,823 op/s » node_redis
390
391 subscribe
392 43,783 op/s » ioredis
393 61,889 op/s » node_redis
394
395To conclude: we can proudly say that node_redis is very likely outperforming any other node redis client.
396
397Known issues
398
399- The pub sub system has some flaws and those will be addressed in the next minor release
400
401## v2.1.0 - Oct 02, 2015
402
403Features:
404
405- Addded optional flush parameter to `.end`. If set to true, commands fired after using .end are going to be rejected instead of being ignored. (@crispy1989)
406- Addded: host and port can now be provided in a single options object. E.g. redis.createClient({ host: 'localhost', port: 1337, max_attempts: 5 }); (@BridgeAR)
407- Speedup common cases (@BridgeAR)
408
409Bugfixes:
410
411- Fix argument mutation while using the array notation with the multi constructor (@BridgeAR)
412- Fix multi.hmset key not being type converted if used with an object and key not being a string (@BridgeAR)
413- Fix parser errors not being catched properly (@BridgeAR)
414- Fix a crash that could occur if a redis server does not return the info command as usual #541 (@BridgeAR)
415- Explicitly passing undefined as a callback statement will work again. E.g. client.publish('channel', 'message', undefined); (@BridgeAR)
416
417## v2.0.1 - Sep 24, 2015
418
419Bugfixes:
420
421- Fix argument mutation while using the array notation in combination with keys / callbacks ([#866](.)). (@BridgeAR)
422
423## v2.0.0 - Sep 21, 2015
424
425This is the biggest release that node_redis had since it was released in 2010. A long list of outstanding bugs has been fixed, so we are very happy to present you redis 2.0 and we highly recommend updating as soon as possible.
426
427# What's new in 2.0
428
429- Implemented a "connection is broken" mode if no connection could be established
430- node_redis no longer throws under any circumstances, preventing it from terminating applications.
431- Multi error handling is now working properly
432- Consistent command behavior including multi
433- Windows support
434- Improved performance
435- A lot of code cleanup
436- Many bug fixes
437- Better user support!
438
439## Features:
440
441- Added a "redis connection is broken" mode after reaching max connection attempts / exceeding connection timeout. (@BridgeAR)
442- Added NODE_DEBUG=redis env to activate the debug_mode (@BridgeAR)
443- Added a default connection timeout of 24h instead of never timing out as a default (@BridgeAR)
444- Added: Network errors and other stream errors will from now on include the error code as `err.code` property (@BridgeAR)
445- Added: Errors thrown by redis will now include the redis error code as `err.code` property. (@skeggse & @BridgeAR)
446- Added: Errors thrown by node_redis will now include a `err.command` property for the command used (@BridgeAR)
447- Added new commands and drop support for deprecated *substr* (@BridgeAR)
448- Added new possibilities how to provide the command arguments (@BridgeAR)
449- The entries in the keyspace of the server_info is now an object instead of a string. (@SinisterLight & @BridgeAR)
450- Small speedup here and there (e.g. by not using .toLowerCase() anymore) (@BridgeAR)
451- Full windows support (@bcoe)
452- Increased coverage by 10% and add a lot of tests to make sure everything works as it should. We now reached 97% :-) (@BridgeAR)
453- Remove dead code, clean up and refactor very old chunks (@BridgeAR)
454- Don't flush the offline queue if reconnecting (@BridgeAR)
455- Emit all errors insteaf of throwing sometimes and sometimes emitting them (@BridgeAR)
456- *auth_pass* passwords are now checked to be a valid password (@jcppman & @BridgeAR)
457
458## Bug fixes:
459
460- Don't kill the app anymore by randomly throwing errors sync instead of emitting them (@BridgeAR)
461- Don't catch user errors anymore occuring in callbacks (no try callback anymore & more fixes for the parser) (@BridgeAR)
462- Early garbage collection of queued items (@dohse)
463- Fix js parser returning errors as strings (@BridgeAR)
464- Do not wrap errors into other errors (@BridgeAR)
465- Authentication failures are now returned in the callback instead of being emitted (@BridgeAR)
466- Fix a memory leak on reconnect (@rahar)
467- Using `send_command` directly may now also be called without the args as stated in the [README.md](./README.md) (@BridgeAR)
468- Fix the multi.exec error handling (@BridgeAR)
469- Fix commands being inconsistent and behaving wrong (@BridgeAR)
470- Channel names with spaces are now properly resubscribed after a reconnection (@pbihler)
471- Do not try to reconnect after the connection timeout has been exceeded (@BridgeAR)
472- Ensure the execution order is observed if using .eval (@BridgeAR)
473- Fix commands not being rejected after calling .quit (@BridgeAR)
474- Fix .auth calling the callback twice if already connected (@BridgeAR)
475- Fix detect_buffers not working in pub sub mode and while monitoring (@BridgeAR)
476- Fix channel names always being strings instead of buffers while return_buffers is true (@BridgeAR)
477- Don't print any debug statements if not asked for (@BridgeAR)
478- Fix a couple small other bugs
479
480## Breaking changes:
481
4821. redis.send_command commands have to be lower case from now on. This does only apply if you use `.send_command` directly instead of the convenient methods like `redis.command`.
4832. Error messages have changed quite a bit. If you depend on a specific wording please check your application carfully.
4843. Errors are from now on always either returned if a callback is present or emitted. They won't be thrown (neither sync, nor async).
4854. The Multi error handling has changed a lot!
486 - All errors are from now on errors instead of strings (this only applied to the js parser).
487 - If an error occurs while queueing the commands an EXECABORT error will be returned including the failed commands as `.errors` property instead of an array with errors.
488 - If an error occurs while executing the commands and that command has a callback it'll return the error as first parameter (`err, undefined` instead of `null, undefined`).
489 - All the errors occuring while executing the commands will stay in the result value as error instance (if you used the js parser before they would have been strings). Be aware that the transaction won't be aborted if those error occurr!
490 - If `multi.exec` does not have a callback and an EXECABORT error occurrs, it'll emit that error instead.
4915. If redis can't connect to your redis server it'll give up after a certain point of failures (either max connection attempts or connection timeout exceeded). If that is the case it'll emit an CONNECTION_BROKEN error. You'll have to initiate a new client to try again afterwards.
4926. The offline queue is not flushed anymore on a reconnect. It'll stay until node_redis gives up trying to reach the server or until you close the connection.
4937. Before this release node_redis catched user errors and threw them async back. This is not the case anymore! No user behavior of what so ever will be tracked or catched.
4948. The keyspace of `redis.server_info` (db0...) is from now on an object instead of an string.
495
496NodeRedis also thanks @qdb, @tobek, @cvibhagool, @frewsxcv, @davidbanham, @serv, @vitaliylag, @chrishamant, @GamingCoder and all other contributors that I may have missed for their contributions!
497
498From now on we'll push new releases more frequently out and fix further long outstanding things and implement new features.
499
500<hr>
501
502## v1.0.0 - Aug 30, 2015
503
504* Huge issue and pull-request cleanup. Thanks Blain! (@blainsmith)
505* [#658](https://github.com/NodeRedis/node_redis/pull/658) Client now parses URL-format connection strings (e.g., redis://foo:pass@127.0.0.1:8080) (@kuwabarahiroshi)
506* [#749](https://github.com/NodeRedis/node_redis/pull/749) Fix reconnection bug when client is in monitoring mode (@danielbprice)
507* [#786](https://github.com/NodeRedis/node_redis/pull/786) Refactor createClient. Fixes #651 (@BridgeAR)
508* [#793](https://github.com/NodeRedis/node_redis/pull/793) Refactor tests and improve test coverage (@erinspice, @bcoe)
509* [#733](https://github.com/NodeRedis/node_redis/pull/733) Fixes detect_buffers functionality in the context of exec. Fixes #732, #263 (@raydog)
510* [#785](https://github.com/NodeRedis/node_redis/pull/785) Tiny speedup by using 'use strict' (@BridgeAR)
511* Fix extraneous error output due to pubsub tests (Mikael Kohlmyr)
512
513## v0.12.1 - Aug 10, 2014
514* Fix IPv6/IPv4 family selection in node 0.11+ (Various)
515
516## v0.12.0 - Aug 9, 2014
517* Fix unix socket support (Jack Tang)
518* Improve createClient argument handling (Jack Tang)
519
520## v0.11.0 - Jul 10, 2014
521
522* IPv6 Support. (Yann Stephan)
523* Revert error emitting and go back to throwing errors. (Bryce Baril)
524* Set socket_keepalive to prevent long-lived client timeouts. (mohit)
525* Correctly reset retry timer. (ouotuo)
526* Domains protection from bad user exit. (Jake Verbaten)
527* Fix reconnection socket logic to prevent misqueued entries. (Iain Proctor)
528
529## v0.10.3 - May 22, 2014
530
531* Update command list to match Redis 2.8.9 (Charles Feng)
532
533## v0.10.2 - May 18, 2014
534
535* Better binary key handling for HGETALL. (Nick Apperson)
536* Fix test not resetting `error` handler. (CrypticSwarm)
537* Fix SELECT error semantics. (Bryan English)
538
539## v0.10.1 - February 17, 2014
540
541* Skip plucking redis version from the INFO stream if INFO results weren't provided. (Robert Sköld)
542
543## v0.10.0 - December 21, 2013
544
545* Instead of throwing errors asynchronously, emit errors on client. (Bryce Baril)
546
547## v0.9.2 - December 15, 2013
548
549* Regenerate commands for new 2.8.x Redis commands. (Marek Ventur)
550* Correctly time reconnect counts when using 'auth'. (William Hockey)
551
552## v0.9.1 - November 23, 2013
553
554* Allow hmset to accept numeric keys. (Alex Stokes)
555* Fix TypeError for multiple MULTI/EXEC errors. (Kwangsu Kim)
556
557## v0.9.0 - October 17, 2013
558
559* Domains support. (Forrest L Norvell)
560
561## v0.8.6 - October 2, 2013
562
563* If error is already an Error, don't wrap it in another Error. (Mathieu M-Gosselin)
564* Fix retry delay logic (Ian Babrou)
565* Return Errors instead of strings where Errors are expected (Ian Babrou)
566* Add experimental `.unref()` method to RedisClient (Bryce Baril / Olivier Lalonde)
567* Strengthen checking of reply to prevent conflating "message" or "pmessage" fields with pub_sub replies. (Bryce Baril)
568
569## v0.8.5 - September 26, 2013
570
571* Add `auth_pass` option to connect and immediately authenticate (Henrik Peinar)
572
573## v0.8.4 - June 24, 2013
574
575Many contributed features and fixes, including:
576* Ignore password set if not needed. (jbergknoff)
577* Improved compatibility with 0.10.X for tests and client.end() (Bryce Baril)
578* Protect connection retries from application exceptions. (Amos Barreto)
579* Better exception handling for Multi/Exec (Thanasis Polychronakis)
580* Renamed pubsub mode to subscriber mode (Luke Plaster)
581* Treat SREM like SADD when passed an array (Martin Ciparelli)
582* Fix empty unsub/punsub TypeError (Jeff Barczewski)
583* Only attempt to run a callback if it one was provided (jifeng)
584
585## v0.8.3 - April 09, 2013
586
587Many contributed features and fixes, including:
588* Fix some tests for Node.js version 0.9.x+ changes (Roman Ivanilov)
589* Fix error when commands submitted after idle event handler (roamm)
590* Bypass Redis for no-op SET/SETEX commands (jifeng)
591* Fix HMGET + detect_buffers (Joffrey F)
592* Fix CLIENT LOAD functionality (Jonas Dohse)
593* Add percentage outputs to diff_multi_bench_output.js (Bryce Baril)
594* Add retry_max_delay option (Tomasz Durka)
595* Fix parser off-by-one errors with nested multi-bulk replies (Bryce Baril)
596* Prevent parser from sinking application-side exceptions (Bryce Baril)
597* Fix parser incorrect buffer skip when parsing multi-bulk errors (Bryce Baril)
598* Reverted previous change with throwing on non-string values with HMSET (David Trejo)
599* Fix command queue sync issue when using pubsub (Tom Leach)
600* Fix compatibility with two-word Redis commands (Jonas Dohse)
601* Add EVAL with array syntax (dmoena)
602* Fix tests due to Redis reply order changes in 2.6.5+ (Bryce Baril)
603* Added a test for the SLOWLOG command (Nitesh Sinha)
604* Fix SMEMBERS order dependency in test broken by Redis changes (Garrett Johnson)
605* Update commands for new Redis commands (David Trejo)
606* Prevent exception from SELECT on subscriber reconnection (roamm)
607
608
609## v0.8.2 - November 11, 2012
610
611Another version bump because 0.8.1 didn't get applied properly for some mysterious reason.
612Sorry about that.
613
614Changed name of "faster" parser to "javascript".
615
616## v0.8.1 - September 11, 2012
617
618Important bug fix for null responses (Jerry Sievert)
619
620## v0.8.0 - September 10, 2012
621
622Many contributed features and fixes, including:
623
624* Pure JavaScript reply parser that is usually faster than hiredis (Jerry Sievert)
625* Remove hiredis as optionalDependency from package.json. It still works if you want it.
626* Restore client state on reconnect, including select, subscribe, and monitor. (Ignacio Burgueño)
627* Fix idle event (Trae Robrock)
628* Many documentation improvements and bug fixes (David Trejo)
629
630## v0.7.2 - April 29, 2012
631
632Many contributed fixes. Thank you, contributors.
633
634* [GH-190] - pub/sub mode fix (Brian Noguchi)
635* [GH-165] - parser selection fix (TEHEK)
636* numerous documentation and examples updates
637* auth errors emit Errors instead of Strings (David Trejo)
638
639## v0.7.1 - November 15, 2011
640
641Fix regression in reconnect logic.
642
643Very much need automated tests for reconnection and queue logic.
644
645## v0.7.0 - November 14, 2011
646
647Many contributed fixes. Thanks everybody.
648
649* [GH-127] - properly re-initialize parser on reconnect
650* [GH-136] - handle passing undefined as callback (Ian Babrou)
651* [GH-139] - properly handle exceptions thrown in pub/sub event handlers (Felix Geisendörfer)
652* [GH-141] - detect closing state on stream error (Felix Geisendörfer)
653* [GH-142] - re-select database on reconnection (Jean-Hugues Pinson)
654* [GH-146] - add sort example (Maksim Lin)
655
656Some more goodies:
657
658* Fix bugs with node 0.6
659* Performance improvements
660* New version of `multi_bench.js` that tests more realistic scenarios
661* [GH-140] - support optional callback for subscribe commands
662* Properly flush and error out command queue when connection fails
663* Initial work on reconnection thresholds
664
665## v0.6.7 - July 30, 2011
666
667(accidentally skipped v0.6.6)
668
669Fix and test for [GH-123]
670
671Passing an Array as as the last argument should expand as users
672expect. The old behavior was to coerce the arguments into Strings,
673which did surprising things with Arrays.
674
675## v0.6.5 - July 6, 2011
676
677Contributed changes:
678
679* Support SlowBuffers (Umair Siddique)
680* Add Multi to exports (Louis-Philippe Perron)
681* Fix for drain event calculation (Vladimir Dronnikov)
682
683Thanks!
684
685## v0.6.4 - June 30, 2011
686
687Fix bug with optional callbacks for hmset.
688
689## v0.6.2 - June 30, 2011
690
691Bugs fixed:
692
693* authentication retry while server is loading db (danmaz74) [GH-101]
694* command arguments processing issue with arrays
695
696New features:
697
698* Auto update of new commands from redis.io (Dave Hoover)
699* Performance improvements and backpressure controls.
700* Commands now return the true/false value from the underlying socket write(s).
701* Implement command_queue high water and low water for more better control of queueing.
702
703See `examples/backpressure_drain.js` for more information.
704
705## v0.6.1 - June 29, 2011
706
707Add support and tests for Redis scripting through EXEC command.
708
709Bug fix for monitor mode. (forddg)
710
711Auto update of new commands from redis.io (Dave Hoover)
712
713## v0.6.0 - April 21, 2011
714
715Lots of bugs fixed.
716
717* connection error did not properly trigger reconnection logic [GH-85]
718* client.hmget(key, [val1, val2]) was not expanding properly [GH-66]
719* client.quit() while in pub/sub mode would throw an error [GH-87]
720* client.multi(['hmset', 'key', {foo: 'bar'}]) fails [GH-92]
721* unsubscribe before subscribe would make things very confused [GH-88]
722* Add BRPOPLPUSH [GH-79]
723
724## v0.5.11 - April 7, 2011
725
726Added DISCARD
727
728I originally didn't think DISCARD would do anything here because of the clever MULTI interface, but somebody
729pointed out to me that DISCARD can be used to flush the WATCH set.
730
731## v0.5.10 - April 6, 2011
732
733Added HVALS
734
735## v0.5.9 - March 14, 2011
736
737Fix bug with empty Array arguments - Andy Ray
738
739## v0.5.8 - March 14, 2011
740
741Add `MONITOR` command and special monitor command reply parsing.
742
743## v0.5.7 - February 27, 2011
744
745Add magical auth command.
746
747Authentication is now remembered by the client and will be automatically sent to the server
748on every connection, including any reconnections.
749
750## v0.5.6 - February 22, 2011
751
752Fix bug in ready check with `return_buffers` set to `true`.
753
754Thanks to Dean Mao and Austin Chau.
755
756## v0.5.5 - February 16, 2011
757
758Add probe for server readiness.
759
760When a Redis server starts up, it might take a while to load the dataset into memory.
761During this time, the server will accept connections, but will return errors for all non-INFO
762commands. Now node_redis will send an INFO command whenever it connects to a server.
763If the info command indicates that the server is not ready, the client will keep trying until
764the server is ready. Once it is ready, the client will emit a "ready" event as well as the
765"connect" event. The client will queue up all commands sent before the server is ready, just
766like it did before. When the server is ready, all offline/non-ready commands will be replayed.
767This should be backward compatible with previous versions.
768
769To disable this ready check behavior, set `options.no_ready_check` when creating the client.
770
771As a side effect of this change, the key/val params from the info command are available as
772`client.server_options`. Further, the version string is decomposed into individual elements
773in `client.server_options.versions`.
774
775## v0.5.4 - February 11, 2011
776
777Fix excess memory consumption from Queue backing store.
778
779Thanks to Gustaf Sjöberg.
780
781## v0.5.3 - February 5, 2011
782
783Fix multi/exec error reply callback logic.
784
785Thanks to Stella Laurenzo.
786
787## v0.5.2 - January 18, 2011
788
789Fix bug where unhandled error replies confuse the parser.
790
791## v0.5.1 - January 18, 2011
792
793Fix bug where subscribe commands would not handle redis-server startup error properly.
794
795## v0.5.0 - December 29, 2010
796
797Some bug fixes:
798
799* An important bug fix in reconnection logic. Previously, reply callbacks would be invoked twice after
800 a reconnect.
801* Changed error callback argument to be an actual Error object.
802
803New feature:
804
805* Add friendly syntax for HMSET using an object.
806
807## v0.4.1 - December 8, 2010
808
809Remove warning about missing hiredis. You probably do want it though.
810
811## v0.4.0 - December 5, 2010
812
813Support for multiple response parsers and hiredis C library from Pieter Noordhuis.
814Return Strings instead of Buffers by default.
815Empty nested mb reply bug fix.
816
817## v0.3.9 - November 30, 2010
818
819Fix parser bug on failed EXECs.
820
821## v0.3.8 - November 10, 2010
822
823Fix for null MULTI response when WATCH condition fails.
824
825## v0.3.7 - November 9, 2010
826
827Add "drain" and "idle" events.
828
829## v0.3.6 - November 3, 2010
830
831Add all known Redis commands from Redis master, even ones that are coming in 2.2 and beyond.
832
833Send a friendlier "error" event message on stream errors like connection refused / reset.
834
835## v0.3.5 - October 21, 2010
836
837A few bug fixes.
838
839* Fixed bug with `nil` multi-bulk reply lengths that showed up with `BLPOP` timeouts.
840* Only emit `end` once when connection goes away.
841* Fixed bug in `test.js` where driver finished before all tests completed.
842
843## unversioned wasteland
844
845See the git history for what happened before.