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

1888 Commits

Author SHA1 Message Date
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
Bryce Baril
36384e850e Update changelog for 0.9.2 2013-12-15 14:54:23 -08:00
Bryce Baril
057f9b3087 Merge branch 'master' of https://github.com/whockey/node_redis into whockey-master 2013-12-15 14:44:30 -08:00
Marek
656ecbbbf4 Regenerate commands.js to match redis 2.8.0. Adds support for 'config rewrite', 'pubsub', 'scan', 'sscan', 'hscan' and 'zscan' 2013-12-15 16:01:33 +00:00
William Hockey
313fd7f65b only re-initializing retry variables if the connection is really connected 2013-12-12 12:05:38 -08:00
William Hockey
355bea1e3b Removing attempts reset - will be set to 1 in initialize_retry_vars 2013-12-12 12:04:34 -08:00
Bryce Baril
e9cd46a223 Updating changelog.md for 0.9.1 2013-11-23 11:48:28 -08:00
Bryce Baril
0d2f3b37df 0.9.1 v0.9.1 2013-11-23 11:45:52 -08:00
Bryce Baril
c1926cd27c Adding test for #457 2013-11-23 11:44:29 -08:00
Bryce Baril
813cada02f Merge branch 'master' of https://github.com/kwangsu61/node_redis into kwangsu61-master 2013-11-23 11:30:20 -08:00
Alex Stokes
58385daf61 fixed spacing issue 2013-11-21 11:47:46 -06:00
Alex Stokes
67e018cdb3 restored white space 2013-11-21 11:46:30 -06:00
Alex Stokes
6634e5eeaf added tests for HMSET using numeric key 2013-11-21 11:44:33 -06:00
Alex Stokes
2fbbe26127 removed trailing whitespace 2013-11-20 23:10:14 -06:00