112 Commits (a9e7663affb7677e2761db10d4d147abed2aac2f)

Author SHA1 Message Date
Ruben Bridgewater 1e0421ac3b Emit errors if the connection timeout / maximum retry attempts have been exceeded 9 years ago
Ruben Bridgewater f2ee8dbc9e Add a connection timeout of 24h as new default for maximum reconnecting 9 years ago
Ruben Bridgewater 04c986a4cd Lowering the first retry_delay and begin from that value 9 years ago
Ruben Bridgewater cd5cfb4a8e Emit an error when connection permanently goes down 9 years ago
Benjamin Coe bb1ab1498b fix badge markdown, address code-review concerns 9 years ago
Benjamin Coe b717c8154b added windows badge, made changes based on @BrideAr's code-review 9 years ago
Ruben Bridgewater 1c1c4ea446 Update readme about lower case commands 9 years ago
Benjamin Coe 1f986055c4 add a note about how to turn on the debugger 9 years ago
Benjamin Coe 837ea10a0c show off redis:// format overloading 9 years ago
Ruben Bridgewater 1eb30add66 Use util.debuglog instead of using different indidivudal styles for debugging 9 years ago
Ruben Bridgewater 37866b0445 Update readme 9 years ago
Kyle defec9c1e1 fixed duplicate and typo 9 years ago
Kyle bc48c2b069 fix typo 9 years ago
Kyle dc461f08d4 clarifies createClient in README as per #781 9 years ago
Benjamin Coe 06d051ea1d had a bad URL to test coverage 9 years ago
Benjamin Coe 96da40719d badges \o/ 9 years ago
Matt Ranney eb03bb943c Update README and multi_bench 9 years ago
Dave Mun 67be3db6ce Update README.md 10 years ago
Jason Kim b63863ed35 Removed unnecessary indentations and added some js syntax highlighting 10 years ago
Jack Tang 5e1cebee5e fix the example in createClient 10 years ago
Jack Tang 2a768f36b6 updated readme of the createClient() part 10 years ago
Bryce Baril 8b5d55fecd Set socket_keepalive to default to `true` 10 years ago
migounette 8e0dcc0a55 Rollback package.json version and changelog.md 10 years ago
migounette 9c68a286b1 Add full IPv6 redis connection capability in a full IPv6 network or in a mix network (IPv4 and IPv6) 10 years ago
Mohit Gupta d313aa5dab param socket_keepalive to set keep-alive on socket 11 years ago
Chakrit Wichian 8c394c1101 README for unix domain socket connection. 11 years ago
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. 11 years ago
Henrik Peinar 660b89bb42 Added auth_pass to readme too 12 years ago
Thanasis Polychronakis 802539b07e update docs for MULTI exception 12 years ago
Luke Plaster f558cae049 Amended README to refer to 'pub/sub' mode as 'subscriber' mode; fixes mranney/node_redis#420 12 years ago
Bryce Baril 3aab43e55a Spelling fix in the docs. 12 years ago
Tomasz Durka c456315c1c Add docu for options: max_attemps connect_timeout 12 years ago
Tomasz Durka 3759291034 Docu 12 years ago
DTrejo 405011b640 Revert "hmset throws/errors out on non-string values. fixes #218" 12 years ago
Jonas Dohse f0ae6642f9 Use first word of multi word commands 12 years ago
DTrejo 75c38dd8b3 README.md: more indignation 12 years ago
DTrejo a042258794 readme.md: reorder 12 years ago
DTrejo 949ecdff31 readme.md: add ignacio as contrib 12 years ago
DTrejo 92264ad5fa readme.md: how to ZREVRANGEBYSCORE with LIMIT. fixes #163 12 years ago
DTrejo 49c73bac30 readme: please include bench results on iffy pull requests 12 years ago
DTrejo a5ea716ccb readme: add more contributors 12 years ago
DTrejo a798cc0e57 readme.md: typo 12 years ago
DTrejo a532e65ccf readme: how to contribute 12 years ago
Shankar Karuppiah c913c06f46 Added documentation for disable_offline_queue option 13 years ago
DTrejo b60e001fa0 hmset throws/errors out on non-string values. fixes #218 13 years ago
DTrejo 65142cf8c0 [doc] missing key, fix #223 13 years ago
David Trejo 38e38c5e7c readme: info on how to select a different db 13 years ago
David Trejo 0a732b8c0e readme: warn that code in callbacks to commands in a multi are not atomic 13 years ago
David Trejo 710a705be2 readme: highlight js examples 13 years ago
Jed Schmidt 192784905b Removed reference to individual `args` argument 13 years ago