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

1851 Commits

Author SHA1 Message Date
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
Bryce Baril
8447a62250 Merge branch 'charlesfeng-master' 2014-05-22 08:55:59 -07:00
Bryce Baril
5b503d72ea Merge branch 'master' of https://github.com/charlesfeng/node_redis into charlesfeng-master 2014-05-22 08:55:29 -07:00
Bryce Baril
4f9c6bd219 0.10.2 v0.10.2 2014-05-18 15:33:21 -07:00
Bryce Baril
1d1fde6b33 Update changelog 2014-05-18 15:33:15 -07:00
Bryce Baril
fd164c4af0 Merge branch 'nick-apperson-master' 2014-05-18 15:32:21 -07:00
Bryce Baril
01975f655d Merge branch 'master' of https://github.com/nick-apperson/node_redis into nick-apperson-master 2014-05-18 15:31:04 -07:00
Bryce Baril
ead286f549 update changelog 2014-05-18 15:30:59 -07:00
Bryce Baril
7fb4bc72ab Merge branch 'CrypticSwarm-dont-silience-test-errors' 2014-05-18 15:27:27 -07:00
Nick Apperson
6f00ff8ffe Add a test for binary client hgetall binary keys 2014-05-12 21:25:46 -05:00
CrypticSwarm
f9916ed45c cleanup after faulty test 2014-05-12 21:23:04 -05:00
Nick Apperson
b1d8ff9ae8 reply_to_object function is broken for binary keys
There is currently no way to opt out of the way hgetall works with the
node_redis library and if any of the keys have binary, they are
incorrectly converted to the charactor 0xFEFF instead. This makes it
impossible to fully use HGETALL.
2014-05-07 14:14:11 -05:00
Charles Feng
ef1a90642d Regenerate commands.js for redis 2.8.9. 2014-04-23 14:52:17 -07:00
Raynos
d34308ea4c check process.domain is STILL currDomain 2014-04-18 13:57:35 -07:00
Raynos (Jake Verbaten)
7d61feb411 Check that process.domain still exists 2014-04-18 13:54:16 -07:00
Mohit Gupta
d313aa5dab param socket_keepalive to set keep-alive on socket 2014-03-25 16:33:43 -07:00
Bryan English
4672479b91 If there's an error in SELECT and there's no callback, emit the error. 2014-02-18 22:03:25 -08:00
Bryce Baril
2ff2a74ef6 0.10.1 v0.10.1 2014-02-17 17:53:33 -08:00
Bryce Baril
15294e7856 Update changelog for 0.10.1 2014-02-17 17:53:31 -08:00
Robert Sköld
0367a64bff Handle undefined redis_version
Apparently some servers don't send the redis_version with the INFO command (*cough* redis cloud *cough*). This causes the app to crash violently (yay node!).
2014-02-17 13:26:16 +01:00
Bryce Baril
f6019658e6 update changelog for 0.10.0 2013-12-21 13:53:51 -08:00
Bryce Baril
f1b11603fd 0.10.0 v0.10.0 2013-12-21 13:25:56 -08:00
Bryce Baril
6a3ccf64f4 Client to emit errors now instead of throwing them asynchronously where they're uncatchable. 2013-12-21 11:08:00 -08:00
Bryce Baril
34a2375bec 0.9.2 v0.9.2 2013-12-15 14:54:28 -08:00