1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00
Commit Graph

1474 Commits

Author SHA1 Message Date
Benjamin Coe
06b294c630 add coverage reporting 2015-05-25 16:25:47 -07:00
Jonas Dohse
3b6ab9e820 Allow garbage collection of processed queue items
Set processed queue items to `null` to allow garbage collection of these
items. The command queue contains callbacks. They contain the stack of
the current fiber, which can be large. Allow earlier garbage collection
of these stacks by removing the reference to the queue items.
2015-05-17 19:06:30 +00:00
Kyle Mitchell
13162e554b use a valid SPDX license identifier 2015-05-05 00:03:36 +00: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
430e5fd958 Merge branch 'kmyr-fwd-errors-stop-listening' 2015-03-01 00:04:09 -08:00
Mikael Kohlmyr
e0860a28ed Removed potential side effects of FWD_ERRORS_1 (e.g. printing of indocming on pub/sub re-use of client3) 2015-02-28 22:22:08 +00:00
Matt Ranney
25cd3ce3d9 Merge pull request #716 from davemun/master
Fixed missing word in README.md
2015-02-24 21:11:07 -08: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
Hiroshi Kuwabara
a67d3acdd6 added URL support to createClient 2014-09-12 12:37:32 +09:00
Bryce Baril
de6692774f Update changelog for 0.12.1 2014-08-11 10:35:40 -07:00
Bryce Baril
38ae7a7f50 0.12.1 v0.12.1 2014-08-11 10:34:26 -07:00
Bryce Baril
75b0bc97ea Fix #645 2014-08-11 10:33:33 -07:00
Bryce Baril
84cfcb40b2 0.12.0 v0.12.0 2014-08-09 14:53:08 -07:00
Bryce Baril
58959b89ac Update changelog 2014-08-09 14:53:03 -07:00
Bryce Baril
829ab228f0 Merge branch 'jackhftang-master' 2014-08-09 14:51:16 -07:00
Bryce Baril
ba234edfef Fix tests for older versions of Redis. 2014-08-09 14:50:14 -07: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
Jack Tang
064260d1c5 improve the interface to better support unix socket.
delete client.host
delete client.port
add client.address
add client.connectionOptions

add tests.UNIX_SOCKET

update all error message to use client.address
update retry connection
2014-08-07 17:19:37 +08:00
Bryce Baril
d25d12eee7 0.11.0 v0.11.0 2014-07-10 22:03:38 -07:00
Bryce Baril
e00fbb4a45 update changelog 2014-07-10 22:03:28 -07:00
Bryce Baril
1d27976d6c Merge branch 'migounette-master' 2014-07-10 22:01:57 -07: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
4148a9b0df repair test 2014-07-10 21:59:43 -07:00
Bryce Baril
08a8eed111 Revert "Client to emit errors now instead of throwing them asynchronously where they're uncatchable."
This reverts commit 6a3ccf64f4.
2014-07-10 21:28:48 -07:00
Bryce Baril
a8403a0110 update changelog 2014-07-10 21:23:44 -07:00
Bryce Baril
8b5d55fecd Set socket_keepalive to default to true 2014-07-10 21:18:47 -07:00
Bryce Baril
4e24f24e86 Merge branch 'Clever-set-keepalive' 2014-07-10 21:17:06 -07:00
Bryce Baril
b9219a0fb2 Merge branch 'set-keepalive' of https://github.com/Clever/node_redis into Clever-set-keepalive 2014-07-10 21:16:38 -07:00
Bryce Baril
f7134a6f2c update changelog 2014-07-10 21:15:47 -07:00
Bryce Baril
499e97ab38 Merge branch 'ouotuo-master' 2014-07-10 21:13:14 -07:00
Bryce Baril
c6ff90723c Merge branch 'master' of https://github.com/ouotuo/node_redis into ouotuo-master 2014-07-10 21:12:37 -07:00
Bryce Baril
2e099a06cf update changelog 2014-07-10 21:12:05 -07:00
Bryce Baril
aa37fefe46 Merge branch 'Raynos-patch-1' 2014-07-10 21:10:57 -07:00
Bryce Baril
782d3333e4 Merge branch 'patch-1' of https://github.com/Raynos/node_redis into Raynos-patch-1 2014-07-10 21:10:17 -07:00
Bryce Baril
8e9c5d4822 add npmignore 2014-07-10 21:09:24 -07:00
Bryce Baril
3e5ad05cda Update changelog 2014-07-10 21:09:14 -07:00
Bryce Baril
3203830479 Add connection_breaker test tool for #622 2014-07-10 20:52:48 -07:00
Bryce Baril
b12817c448 Merge branch 'uber-fix_recon' 2014-07-10 20:52:10 -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
40f85aa42a Add IPv6 and IPv4 tests 2014-07-09 10:39:08 +02:00
Iain Proctor
c687d2e4fd Make a new stream on reconnect 2014-07-08 23:29:57 +00:00
migounette
890f60ac57 change the version 2014-06-23 16:40:40 +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
linkangzhen
c7dbfec85c prototype.end move on("error", to outsite 2014-05-27 09:14:01 +08:00
linkangzhen
1c983a1171 fixed redis quit,we call client.end(),remove "error" event listener,the retry_timer try to connect;when there is a "error" exception,the process will exit 2014-05-27 09:01:28 +08:00
Bryce Baril
c68b3f7bd3 0.10.3 v0.10.3 2014-05-22 08:57:20 -07:00
Bryce Baril
fb213183ee Update changelog 2014-05-22 08:56:56 -07:00