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

168 Commits

Author SHA1 Message Date
Ruben Bridgewater
604ab4e586 Replace old multi_bench results 2015-09-21 21:56:41 +02:00
Ruben Bridgewater
715c09dbd2 v.2.0.0 2015-09-21 21:56:41 +02:00
Corey Farwell
a159412b02 Remove unnecessary line from example
This line doesn't seem necessary nor relevant to this example
2015-09-18 11:02:13 -04:00
Ben Vibhagool
2c67ce528e Fixed typo in README.md 2015-09-17 20:48:42 -07:00
Ruben Bridgewater
55d0036eae Add test and fix keeping the offline queue
Use a new delay after reconnecting
2015-09-16 05:22:07 +02:00
Ruben Bridgewater
3c2ba8c373 Try exactly until the connection timeout has been reached
Fixes #587
2015-09-16 05:22:07 +02:00
Ruben Bridgewater
1e0421ac3b Emit errors if the connection timeout / maximum retry attempts have been exceeded
Accept setting max_attempts to zero.
The reconnection event is now emitted when trying to reconnect instead of earlier.
The connection timeout is now going to trigger once after exceeding the maximum timeout instead of stopping earlier.
2015-09-16 05:22:07 +02:00
Ruben Bridgewater
f2ee8dbc9e Add a connection timeout of 24h as new default for maximum reconnecting 2015-09-16 05:22:07 +02:00
Ruben Bridgewater
04c986a4cd Lowering the first retry_delay and begin from that value
Earlier the first value was never used, as it was first multiplied by 1.7
2015-09-16 05:22:07 +02:00
Ruben Bridgewater
cd5cfb4a8e Emit an error when connection permanently goes down
Closes #724 and #615
2015-09-16 05:22:07 +02:00
Benjamin Coe
bb1ab1498b fix badge markdown, address code-review concerns 2015-09-13 10:05:58 -07:00
Benjamin Coe
b717c8154b added windows badge, made changes based on @BrideAr's code-review 2015-09-13 10:00:50 -07:00
Ruben Bridgewater
1c1c4ea446 Update readme about lower case commands 2015-09-12 19:17:02 +02:00
Benjamin Coe
1f986055c4 add a note about how to turn on the debugger 2015-09-03 23:58:12 -07:00
Benjamin Coe
837ea10a0c show off redis:// format overloading 2015-09-03 23:56:17 -07:00
Ruben Bridgewater
1eb30add66 Use util.debuglog instead of using different indidivudal styles for debugging 2015-09-02 21:49:11 +02:00
Ruben Bridgewater
92839c6738 Merge pull request #812 from fintura/readme
Update readme
2015-09-02 19:45:16 +02:00
Ruben Bridgewater
9c650c805e Merge pull request #706 from serv/master
Removed unnecessary indentations and added some js syntax highlighting
2015-09-02 19:33:04 +02:00
Ruben Bridgewater
37866b0445 Update readme 2015-09-02 18:07:34 +02:00
Kyle
defec9c1e1 fixed duplicate and typo 2015-07-16 11:30:32 -05:00
Kyle
bc48c2b069 fix typo 2015-07-16 11:02:25 -05:00
Kyle
dc461f08d4 clarifies createClient in README as per #781 2015-07-16 11:01:29 -05:00
Benjamin Coe
06d051ea1d had a bad URL to test coverage 2015-07-11 19:45:05 -07:00
Benjamin Coe
96da40719d badges \o/ 2015-07-11 19:35:39 -07:00
Matt Ranney
eb03bb943c Update README and multi_bench 2015-07-10 17:25:17 -04:00
Dave Mun
67be3db6ce Update README.md
Fixed missing word.
2015-02-24 09:00:55 -08:00
Jason Kim
b63863ed35 Removed unnecessary indentations and added some js syntax highlighting 2015-01-13 10:46:30 -08:00
Jack Tang
5e1cebee5e fix the example in createClient 2014-08-07 17:39:04 +08:00
Jack Tang
2a768f36b6 updated readme of the createClient() part 2014-08-07 17:35:01 +08:00
Bryce Baril
2e3cb99011 Merge branch 'master' of https://github.com/migounette/node_redis into migounette-master 2014-07-10 22:01:34 -07:00
Bryce Baril
8b5d55fecd Set socket_keepalive to default to true 2014-07-10 21:18:47 -07:00
migounette
8e0dcc0a55 Rollback package.json version and changelog.md
Adjust the README.md section
2014-07-11 04:49:50 +02:00
migounette
9c68a286b1 Add full IPv6 redis connection capability in a full IPv6 network or in a mix network (IPv4 and IPv6) 2014-06-23 16:38:37 +02:00
Mohit Gupta
d313aa5dab param socket_keepalive to set keep-alive on socket 2014-03-25 16:33:43 -07:00
Chakrit Wichian
8c394c1101 README for unix domain socket connection. 2013-10-11 16:00:04 +07:00
Bryce Baril
b12c49a207 Add unref() method to RedisClient that will call unref() on the socket connection, allowing it to close when unused. This is experimental because it does not yet understand the Redis protocol, so subscriptions or blocking operations will not work correctly. 2013-10-02 16:10:26 -07:00
Henrik Peinar
660b89bb42 Added auth_pass to readme too 2013-05-31 11:11:37 -07:00
Thanasis Polychronakis
802539b07e update docs for MULTI exception 2013-04-19 15:49:32 +03:00
Luke Plaster
f558cae049 Amended README to refer to 'pub/sub' mode as 'subscriber' mode; fixes mranney/node_redis#420 2013-04-14 16:32:35 +01:00
Bryce Baril
3aab43e55a Spelling fix in the docs. 2013-03-17 16:31:05 -07:00
Tomasz Durka
c456315c1c Add docu for options: max_attemps connect_timeout 2013-03-18 00:16:58 +01:00
Tomasz Durka
3759291034 Docu 2013-03-17 23:52:17 +01:00
DTrejo
405011b640 Revert "hmset throws/errors out on non-string values. fixes #218"
Reverting because this was a documentation problem, not a problem with
the code. Performance-wise, this is faster than the approach in #345, though
it may cause users more trouble. This is okay, if someone opens an issue we
can point them to the docs.

This reverts commit b60e001fa0.

Conflicts:

	index.js
	test.js
2013-02-23 22:56:08 -05:00
Jonas Dohse
f0ae6642f9 Use first word of multi word commands
Close #363.

Signed-off-by: DTrejo <david.daniel.trejo@gmail.com>
2013-02-23 22:18:13 -05:00
DTrejo
75c38dd8b3 README.md: more indignation 2012-07-30 15:10:41 -07:00
DTrejo
a042258794 readme.md: reorder 2012-07-26 10:52:03 -07:00
DTrejo
949ecdff31 readme.md: add ignacio as contrib 2012-07-25 19:16:07 -07:00
DTrejo
92264ad5fa readme.md: how to ZREVRANGEBYSCORE with LIMIT. fixes #163 2012-07-25 18:33:49 -07:00
DTrejo
49c73bac30 readme: please include bench results on iffy pull requests 2012-07-12 17:56:43 -07:00
DTrejo
a5ea716ccb readme: add more contributors 2012-07-07 17:00:00 -07:00