Changelog
v2.6.4 - 12 Jan, 2017
Bugfixes
Changelog
v2.6.3 - 31 Oct, 2016
Bugfixes
Changelog
v2.6.2 - 16 Jun, 2016
Bugfixes
Changelog
v2.6.0 - 01 Jun, 2016
In addition to the pre-releases the following changes exist in v.2.6.0:
Features
Bugfixes
__proto__
(v.2.6.0-2) to prevent and breaking changeDeprecations
parser
option is deprecated and should be removed. The built-in Javascript parser is a lot faster than the hiredis parser and has more featuresChangelog
v2.6.0-2 - 29 Apr, 2016
Features
args
to command errors to improve identification of the errormessage_buffer
/ pmessage_buffer
events. That event is always going to emit a buffermessage
event at the same time is always going to return the same message as string__proto__
and other reserved keywords as hgetall fieldBugfixes
tls
options instead of the general optionsChangelog
v2.6.0-1 - 01 Apr, 2016
A second pre-release with further fixes. This is likely going to be released as 2.6.0 stable without further changes.
Features
Bugfixes
string_numbers
option crashingstring_numbers
option emitting the number of channels not as numberChangelog
v2.6.0-0 - 27 Mar, 2016
This is mainly a very important bug fix release with some smaller features.
Features
string_numbers
option to get back strings instead of numbersBugfixes
The quit command did not end connections earlier if the connection was down at that time and this could have lead to strange situations, therefor this was fixed to end the connection right away in those cases.
Changelog
v2.5.3 - 21 Mar, 2016
Bugfixes