1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00
Commit Graph

127 Commits

Author SHA1 Message Date
Ruben Bridgewater
e8d9858e29 Add disable_resubscribingg option. Fixes #472 2015-10-02 23:28:59 +02:00
Ruben Bridgewater
088b3f6996 Add release date 2015-10-02 21:12:02 +02:00
Ruben Bridgewater
044db8ca06 Update the readme + changelog 2015-10-02 21:10:08 +02:00
Ruben Bridgewater
2ca42417bf Fix explicitly passing undefined as callback 2015-10-02 20:20:56 +02:00
Ruben Bridgewater
977d4dba2b Add host and port to options object 2015-09-30 02:35:11 +02:00
Ruben Bridgewater
025c65c614 Fix handling of missing info return value. Fixes #541 2015-09-30 02:09:01 +02:00
Ruben Bridgewater
bd4fca130d Make .end flush optional and add some tests 2015-09-24 13:27:32 +02:00
Ruben Bridgewater
38281c20b2 Fix small issues with hmset & multi constructor 2015-09-24 12:08:25 +02:00
Ruben Bridgewater
7be7128b2b Arguments passed as arrays should not be mutated. Fixes #866 2015-09-24 00:31:55 +02:00
Ruben Bridgewater
715c09dbd2 v.2.0.0 2015-09-21 21:56:41 +02:00
Ruben Bridgewater
b06985a219 Update commands list and remove unecessary code
Add use strict

Add changelog entry
2015-09-12 19:47:25 +02:00
Benjamin Coe
55dd838d77 make sure we track changes in changelog 2015-09-11 21:53:49 -07:00
Benjamin Coe
41d97526e7 make sure we give @raydog credit in the changelog.md 2015-08-30 18:09:44 -07:00
Benjamin Coe
7cb998352a slight grammar nits 2015-08-30 12:34:25 -07:00
Benjamin Coe
c0ab99e4ca give Blain some credit 2015-08-30 12:26:19 -07:00
Benjamin Coe
aa14d27d4a added changelog for v1.0.0 release 2015-08-30 12:24:33 -07:00
Benjamin E. Coe
ca0e7dd4e8 Merge pull request #736 from Radagaisus/patch-2
Update changelog.md typo handlign -> handling
2015-08-29 14:34:17 -07:00
Almog Melamed
b77a48739a Update changelog.md: Binary not Binay 2015-07-23 09:35:42 +03:00
Benjamin Coe
116a27a120 update changelog, force travis build 2015-07-11 19:35:38 -07:00
Almog Melamed
9c0462f177 Update changelog.md typo handlign -> handling 2015-04-11 19:29:34 +03:00
Bryce Baril
a2ebe4f248 Update changelog 2015-03-01 00:05:33 -08:00
Bryce Baril
de6692774f Update changelog for 0.12.1 2014-08-11 10:35:40 -07:00
Bryce Baril
58959b89ac Update changelog 2014-08-09 14:53:03 -07:00
Bryce Baril
e00fbb4a45 update changelog 2014-07-10 22:03:28 -07:00
Bryce Baril
a8403a0110 update changelog 2014-07-10 21:23:44 -07:00
Bryce Baril
f7134a6f2c update changelog 2014-07-10 21:15:47 -07:00
Bryce Baril
2e099a06cf update changelog 2014-07-10 21:12:05 -07:00
Bryce Baril
3e5ad05cda Update changelog 2014-07-10 21:09:14 -07:00
Bryce Baril
fb213183ee Update changelog 2014-05-22 08:56:56 -07:00
Bryce Baril
1d1fde6b33 Update changelog 2014-05-18 15:33:15 -07:00
Bryce Baril
ead286f549 update changelog 2014-05-18 15:30:59 -07:00
Bryce Baril
15294e7856 Update changelog for 0.10.1 2014-02-17 17:53:31 -08:00
Bryce Baril
f6019658e6 update changelog for 0.10.0 2013-12-21 13:53:51 -08:00
Bryce Baril
36384e850e Update changelog for 0.9.2 2013-12-15 14:54:23 -08:00
Bryce Baril
e9cd46a223 Updating changelog.md for 0.9.1 2013-11-23 11:48:28 -08:00
Bryce Baril
dcad0a2da2 Update changelog for version 0.9.0 2013-10-17 11:54:14 -07:00
Paul Verest
1d495d304e typo already 2013-10-14 10:47:00 +08:00
Bryce Baril
5d999ab440 Update changelog 2013-10-02 22:29:01 -07:00
Bryce Baril
5f3537e93c Prep for release 2013-09-26 08:02:55 -07:00
Bryce Baril
8f71003009 Add test for auth_pass option submitted by hpeinar 2013-07-24 08:21:28 -07:00
Bryce Baril
9fd7341b2d Changelog for 0.8.4 2013-06-26 18:17:21 -07:00
Bryce Baril
9d14970782 Adding missing 0.8.3 changelog 2013-04-27 08:02:52 -07:00
Matt Ranney
f367b8a03c Another version bump because 0.8.1 didn't get applied properly for some mysterious reason.
Sorry about that.

Changed name of "faster" parser to "javascript".
2012-11-02 14:17:53 -07:00
Matt Ranney
0391b95490 Important bug fix for null responses (Jerry Sievert) 2012-09-11 12:56:36 -07:00
Matt Ranney
cbcb8ca5b9 Many contributed features and fixes, including:
* Pure JavaScript reply parser that is usually faster than hiredis (Jerry Sievert)
* Remove hiredis as optionalDependency from package.json. It still works if you want it.
* Restore client state on reconnect, including select, subscribe, and monitor. (Ignacio Burgueño)
* Fix idle event (Trae Robrock)
* Many documentation improvements and bug fixes (David Trejo)
2012-09-10 23:00:13 -07:00
Matt Ranney
1d22f1f874 Many contributed fixes. Thank you, contributors.
* [GH-190] - pub/sub mode fix (Brian Noguchi)
* [GH-165] - parser selection fix (TEHEK)
* numerous documentation and examples updates
* auth errors emit Errors instead of Strings (David Trejo)
2012-04-29 15:18:30 -10:00
Matt Ranney
e39e8421bc Fix regression in reconnect logic.
Very much need automated tests for reconnection and queue logic.
2011-11-15 10:48:45 -10:00
Matt Ranney
5834f63dd3 Fix month in changelog. 2011-11-14 23:37:45 -10:00
Matt Ranney
a4e8c748df Changes for v0.7.0. 2011-11-14 20:41:38 -10:00
Matt Ranney
3e95c55a03 Fix for [GH-127]
Re-initialize the reply parser for every new connection.  If a connection is terminated,
the parser could be left in a bad state.  After the auto-reconnect magic kicks in, it
tries to reuse the old parser, which will not work.

This change is visible to client programs if you depend on client.reply_parser.name being
set immediately.  It will now only be set after a connection is established.

Thanks to @jhurliman for reporting and @pietern for the fix suggestion.
2011-08-11 11:00:02 -07:00