Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

ioredis

A robust, performance-focused and full-featured Redis client for Node.js that supports Sentinel and Cluster. Works in NodeJS, Electron platforms.
Collective - Host: opensource - https://opencollective.com/ioredis - Code: https://github.com/luin/ioredis

Emits "error" when connection is down for `scanStream`. Close #199

github.com/redis/ioredis - a89adfc80259a70f5b379db967e231f9b26ae211 authored about 9 years ago by Zihua Li <[email protected]>
Fix travis versions

github.com/redis/ioredis - f7d80fc3ffcfd42b84556daad098dc2767fb625d authored about 9 years ago by Zihua Li <[email protected]>
Add tests for executeFailoverCommands and executeClusterDownCommands

github.com/redis/ioredis - 45364ec93a7951f519846ff8fb0823ec64fc897e authored about 9 years ago by Zihua Li <[email protected]>
Merge pull request #205 from luin/fix-test

Retry when test fails

github.com/redis/ioredis - 1f410ac7037fe7e8ab1cc652e89e968ab0d35836 authored about 9 years ago by Zihua Li <[email protected]>
Retry when test fails

github.com/redis/ioredis - ccb5249b0d17cb809bd5ae900ae39a7ae87bcb6c authored about 9 years ago by Zihua Li <[email protected]>
Merge pull request #202 from shaharmor/cluster-deque

add queue support for cluster failover & cluster down handling

github.com/redis/ioredis - eb2ba96f6ad01b8e0a806cbe27aace4242507c87 authored about 9 years ago by Zihua Li <[email protected]>
add failoverQueue and clusterDownQueue support

github.com/redis/ioredis - dd7d4687fa0e580e2e916a8c22bc6409490de117 authored about 9 years ago by Shahar Mor <[email protected]>
use double-ended-queue for cluster offlineQueue

github.com/redis/ioredis - cde6efd5986b838040d39e1a3031ba1d1eea9251 authored about 9 years ago by Shahar Mor <[email protected]>
Emits "error" when all sentinels are unreachable. Close #200

github.com/redis/ioredis - 34ed2c56431c63136fdf601e1c94acf4ff338379 authored about 9 years ago by Zihua Li <[email protected]>
Support scanStream in Cluster. Close #175

github.com/redis/ioredis - 755b71ef2acff79ca6b3a73db8cf5466a34cef1a authored about 9 years ago by luin <[email protected]>
Update debug module to 2.2.0

github.com/redis/ioredis - 1819000c61d15474305812d61d8d116a67374619 authored about 9 years ago by luin <[email protected]>
Bump bluebird version to 2.9.34

github.com/redis/ioredis - 8ab8ea3d6119529f509eeca8feffbfc808b04f81 authored about 9 years ago by luin <[email protected]>
Use consolidation statement to replace motivation section

github.com/redis/ioredis - 65c4afc9b0ff7bbcd9c0f3bbca0ccec610263e9c authored about 9 years ago by luin <[email protected]>
Add consolidation statement

github.com/redis/ioredis - 12382b0f3153e7ebfa2ce4cbb3c02f86f5c292a0 authored about 9 years ago by luin <[email protected]>
Remove the outdated benchmark. Close #186

github.com/redis/ioredis - b04306da3b312f1d306978057f4d2e0161669a8b authored about 9 years ago by luin <[email protected]>
Merge pull request #185 from zhuangya/more-info-for-bench

add: more useful info for benchmarks

github.com/redis/ioredis - cc26cd38875e56e76a4c29d857fd69d03cb1206e authored about 9 years ago by Zihua Li <[email protected]>
add: more useful info for benchmarks

- node version
- current commit tree-ish

github.com/redis/ioredis - 788d7aabc3dd90e21ce06684574abf2666680e90 authored about 9 years ago by Ya Zhuang <[email protected]>
Merge pull request #184 from zhuangya/redis-dev-dep

add: missing `redis` dependency

github.com/redis/ioredis - b8ac065bda22897dff7637ad722c7d98d24bce94 authored about 9 years ago by Zihua Li <[email protected]>
add: missing `redis` dependency

github.com/redis/ioredis - 6effa7d9ef1ed55611f0bb98e2ac6187f4ad6b49 authored about 9 years ago by Ya Zhuang <[email protected]>
Add doc for Password in cluster

github.com/redis/ioredis - fcc30310a490b8cf009667ac79c1799a6ae8c1b9 authored about 9 years ago by luin <[email protected]>
Add doc from connectionName

github.com/redis/ioredis - 80ae5fa93a4628d80138fb9c09ccaa8575a90b0e authored about 9 years ago by luin <[email protected]>
Tweak style

github.com/redis/ioredis - 2732497592bf148f6eb01cda01eebe65a6371350 authored about 9 years ago by luin <[email protected]>
Support redis schema

github.com/redis/ioredis - 6a3c4fb07a81811f18dae69e3fe6946149678b22 authored about 9 years ago by luin <[email protected]>
Use eslintrc instead of jshintrc

github.com/redis/ioredis - f2284a64a58dae718575c98b1e437161fbec56bd authored about 9 years ago by luin <[email protected]>
Support specifying password for each node. #182

github.com/redis/ioredis - 522c43c2425378e33328bf640fc572a16d2140c4 authored about 9 years ago by luin <[email protected]>
Update Documentation

github.com/redis/ioredis - 978342c11f5e660211474ee63d9a8ea0b2e76dec authored about 9 years ago by luin <[email protected]>
Merge pull request #177 from cgiovanacci/connection-setname

allow the connection to be named even if susbscribed and reconnected

github.com/redis/ioredis - 56f03aee4429dd767da9596548a86f46f2e4a1ef authored about 9 years ago by Zihua Li <[email protected]>
allow the connection to be named even if susbscribed and reconnected

github.com/redis/ioredis - e45a154e9d907ee0e4f31bc68e751932ea81cf32 authored about 9 years ago by Christine Giovanacci <[email protected]>
Improve parsers

These changes are based on BridgeAR's recent efforts
for the node_redis library.

The changes do...

github.com/redis/ioredis - 48d9701ba9e245a8a650c96f59762d1344e417ef authored about 9 years ago by luin <[email protected]>
Update Changelog

github.com/redis/ioredis - 8e64c56b5bd5a4130adb08a56a412da65b70c1c2 authored about 9 years ago by luin <[email protected]>
Merge pull request #172 from jeffjen/master

Fix tls connect event is "secureConnect"

github.com/redis/ioredis - e8131e75c20c6799133e2bc7fd7d927460fc6146 authored about 9 years ago by Zihua Li <[email protected]>
Fix tls connect event is "secureConnect"

github.com/redis/ioredis - d95313904fb00abbe51d957890240468745ba030 authored about 9 years ago by Jeffrey Jen <[email protected]>
Merge pull request #171 from luin/new-readme

Switch to the previous db before re-subscribing channels

github.com/redis/ioredis - 9178f60c660f9fa6316f804f99275c93f2d0b5bf authored over 9 years ago by Zihua Li <[email protected]>
Switch to the previous db before re-subscribing channels

github.com/redis/ioredis - 4322cbbd503ef373fc286802c8af79cf17602f66 authored over 9 years ago by luin <[email protected]>
Link to redis:// scheme IANA registration

github.com/redis/ioredis - 7204c47351220a77582f5d75b3781205128d1276 authored over 9 years ago by luin <[email protected]>
Fix changelog

github.com/redis/ioredis - 5983cef74da19833168ae529c6565e49abf93ca5 authored over 9 years ago by Zihua Li <[email protected]>
Update Contributors

github.com/redis/ioredis - 9fb3ad1a91b9b23bd2d834c8cee5bc42b125abab authored over 9 years ago by Zihua Li <[email protected]>
Fix debug output

github.com/redis/ioredis - 5d97977bdb5142536a31e7ab74d621828d02ec5d authored over 9 years ago by Zihua Li <[email protected]>
Merge pull request #165 from luin/auth-error

Emit auth error for wrong password. Close #164

github.com/redis/ioredis - 03acced0ee4e50c69b5fae0d1952e3b6dbd0290f authored over 9 years ago by Zihua Li <[email protected]>
Update tests and doc

github.com/redis/ioredis - a8399fc513ace75398b57799f9a89da95260ec45 authored over 9 years ago by Zihua Li <[email protected]>
Fix tests for pubsub

github.com/redis/ioredis - 1d36168e30765f417055369480d4b7df01c508c3 authored over 9 years ago by Zihua Li <[email protected]>
Correct the debug info when connecting to the unix domain socks

github.com/redis/ioredis - 61be90191449abb7eea6641fc257551fe62d5331 authored over 9 years ago by Zihua Li <[email protected]>
Merge pull request #157 from ColmHally/master

Update options host & port with resolved Redis server

github.com/redis/ioredis - 5e3ba241f5300aa4bff1b1235b0d3fb7f15da250 authored over 9 years ago by Zihua Li <[email protected]>
Emit auth error for wrong password

github.com/redis/ioredis - 7bcd67e60f06e63a61f8529a7402b3b7c463953e authored over 9 years ago by Zihua Li <[email protected]>
Merge pull request #162 from mtlima/down-slave

Discard slave if flagged with s_down or o_down

github.com/redis/ioredis - d79913c34e98f09ad8b8d70fc2981b9ad0719aa7 authored over 9 years ago by Zihua Li <[email protected]>
Discard slave if flagged with s_down or o_down

github.com/redis/ioredis - 076cb21673bf0b14529a8516c7550a496044d970 authored over 9 years ago by Miguel Torres Lima <[email protected]>
Merge pull request #160 from pensierinmusica/patch-1

Added example in docs to create keys with expires

github.com/redis/ioredis - 589b48489bec11273362440b21d4e8ca1ef4c731 authored over 9 years ago by Zihua Li <[email protected]>
Added example in docs to create keys with expires

Closes #159

github.com/redis/ioredis - c8bcac9e2191e61777db0032f32e344b1bd79112 authored over 9 years ago by Alessandro Zanardi <[email protected]>
Print address of connected Redis server in debug statements

github.com/redis/ioredis - 3c1c381a07f2674509af39768ba17a9d569c6844 authored over 9 years ago by Colm Hally <[email protected]>
Merge pull request #155 from ColmHally/master

Use given `connectTimeout` for sentinel connections

github.com/redis/ioredis - cef4cce3e16755629c70f78e6ddd0bc8ce25ca44 authored over 9 years ago by Zihua Li <[email protected]>
Use given `connectTimeout` for sentinel connections

This change allows sentinel connections to use the user-specified connection timeout instead of ...

github.com/redis/ioredis - bbfbd8c58aed670ab0ad4d12c2aa17ba1a2b871f authored over 9 years ago by Colm Hally <[email protected]>
Update doc for TLS supporting

github.com/redis/ioredis - 6ff9c3e94bfec708a2c80c358afcc42f4727fb6a authored over 9 years ago by luin <[email protected]>
Merge pull request #150 from luin/tls

Add support for TLS

github.com/redis/ioredis - 85080e0d1e411ad768d4abd954b0b961ab3ac21e authored over 9 years ago by Zihua Li <[email protected]>
Support TLS. #149

github.com/redis/ioredis - 2d3677e6c074f198b4549254cbc32fc6ff915234 authored over 9 years ago by luin <[email protected]>
Merge pull request #148 from luin/reconnect-on-error

Support reconnecting on the specified error. #144

github.com/redis/ioredis - bdd9636c7e8bf2ee5ef2397eed53b4fd057b9bb4 authored over 9 years ago by Zihua Li <[email protected]>
Remove logs

github.com/redis/ioredis - 804cf7f063880f1018bbe0de50d8cfd355ae6676 authored over 9 years ago by Zihua Li <[email protected]>
Add docs for reconnectOnError

github.com/redis/ioredis - b2fe0d2ec08fc4a5d1694c9160d6d9b38cfd8436 authored over 9 years ago by Zihua Li <[email protected]>
Alter condition

github.com/redis/ioredis - 1c7cabf1d83152b06eef48984239ddb80c388811 authored over 9 years ago by Zihua Li <[email protected]>
Add tests for reconnectOnError

github.com/redis/ioredis - ca51c4295fbf79536e96f6435bfcbfefb7e86ee9 authored over 9 years ago by Zihua Li <[email protected]>
Support reconnecting on the specified error. #144

github.com/redis/ioredis - 7f8c686b7a7745be30b0e189b505873f58e8a1d3 authored over 9 years ago by Zihua Li <[email protected]>
Merge pull request #146 from lpinca/tweak/travis-config

Remove duplicate node version from .travis.yml

github.com/redis/ioredis - 06afbce4849a88ef53c162f4433fb2bdbf38dd80 authored over 9 years ago by Zihua Li <[email protected]>
Remove duplicate node version from .travis.yml

github.com/redis/ioredis - 3455fa07b3d5f9c50e8b0eb79b4f62407abebc79 authored over 9 years ago by Luigi Pinca <[email protected]>
Add docs for options.db. #143

github.com/redis/ioredis - b4a3ac54c2ecdc3a8018dee31194d5c4bfcac065 authored over 9 years ago by luin <[email protected]>
Fix docs for reply transformer

github.com/redis/ioredis - cc424d178613ff2b079dd216f76f3430b56249dc authored over 9 years ago by luin <[email protected]>
Support keepAlive

github.com/redis/ioredis - 2772b7cc7ebd00f60639f0c591691c642ded6273 authored over 9 years ago by luin <[email protected]>
Add tests for Node.js 3.0 & 4.0. Use g++-4.8

github.com/redis/ioredis - fd487d123f017373afaa2d5caf90bc699a2f9a68 authored over 9 years ago by luin <[email protected]>
Create a empty Buffer with explicitly providing size

github.com/redis/ioredis - 57862f22cd03c092e7825c2f0d13937d6f6cf22e authored over 9 years ago by luin <[email protected]>
Add tests for Node.js 4.0

github.com/redis/ioredis - 1560657a3fea8277858d014470f2f10f62a9e5bf authored over 9 years ago by luin <[email protected]>
Update contributors

github.com/redis/ioredis - 5617bcaed2abbe329c72cf01367f676f7a7d12fa authored over 9 years ago by luin <[email protected]>
Merge pull request #140 from alsotang/patch-1

`_.extend` to `_.assign`

github.com/redis/ioredis - 21297e7a0b4af5035de5f6ae4a09aafe51bf7989 authored over 9 years ago by Zihua Li <[email protected]>
`_.extend` to `_.assign`

they are alias

github.com/redis/ioredis - c1fd0a609bb94e5c22d0add89cb026645bc08e7c authored over 9 years ago by alsotang <[email protected]>
Update Changelog

github.com/redis/ioredis - a1bf6c76db8efd4d2009da5e61dd2c1f79d43ad0 authored over 9 years ago by Zihua Li <[email protected]>
Merge pull request #135 from luin/fix/cluster-sendcommand

Fix errors when sending command to a failed cluster. Close #56

github.com/redis/ioredis - 749aea49f8d1e206b359620c6cfa157805a97c73 authored over 9 years ago by Zihua Li <[email protected]>
Fix errors when sending command to a failed cluster. #56

github.com/redis/ioredis - ce190b0f977d437ab74dc1ed47927bfcb8d47407 authored over 9 years ago by luin <[email protected]>
Fix format

github.com/redis/ioredis - f8c35cf62aab81742f5f2b359355de43e6796588 authored over 9 years ago by Zihua Li <[email protected]>
Update Changelog

github.com/redis/ioredis - d4a449c129f04cb57fcd528d4832e75fd3ecda7b authored over 9 years ago by Zihua Li <[email protected]>
Merge pull request #132 from henstock/master

Fix for allNodes array containing nodes not serving the specified slot.

github.com/redis/ioredis - bc1e790490bc15b05a7531ebe89e963521c53962 authored over 9 years ago by Zihua Li <[email protected]>
Fix for allNodes array containing nodes not serving the specified slot.

github.com/redis/ioredis - e15887c378e8e5a12b4b05f3bf376694fa08c2a2 authored over 9 years ago by Ash Henstock <[email protected]>
Merge pull request #129 from pyros2097/master

Update README.md

github.com/redis/ioredis - 77bad423aec41a9b38ed34fa08b8fe2fb4d90b99 authored over 9 years ago by Zihua Li <[email protected]>
Update README.md

Fix minor typo

github.com/redis/ioredis - 7fbbd267b585fc638223744caaf81ccfbc076125 authored over 9 years ago by pyros2097 <[email protected]>
Add links

github.com/redis/ioredis - 1cbc68bf1148fc46b91477de91c0dd304435a399 authored over 9 years ago by Zihua Li <[email protected]>
Update docs

github.com/redis/ioredis - 78b37e1f8e0908bd454d1f512a7ecd813df0717a authored over 9 years ago by Zihua Li <[email protected]>
Merge pull request #128 from phlip9/master

Fix empty pipeline not resolving as empty array. Close #127

github.com/redis/ioredis - 8d0c268bce829bf55190367a881128ae701797da authored over 9 years ago by Zihua Li <[email protected]>
Fix empty pipeline not resolving as empty array

Fixes #127

github.com/redis/ioredis - ba0c7f8dc2503823ea4555017ab9aee67c614fd4 authored over 9 years ago by Philip Hayes <[email protected]>
Merge pull request #126 from fracmak/previous_state_error

Previous Subscription State Error

github.com/redis/ioredis - 151bf01f860167c42a5d5abfde64ebd6bfd9d9ed authored over 9 years ago by Zihua Li <[email protected]>
This fixes an issue where we restored the previous state AFTER we ran the offline and previous command queue, which could cause us to miss unsubscribe requests

github.com/redis/ioredis - b2e5be655999bd28ec172d0d3e6b62601284f5ca authored over 9 years ago by Merrifield, Jay <[email protected]>
Merge pull request #122 from lpinca/fix/indendation

Fix indentation in commander.js

github.com/redis/ioredis - fa9d3e6c8cf27521845d588ec5046d92bb1f96bb authored over 9 years ago by Zihua Li <[email protected]>
Fix indentation in commander.js

github.com/redis/ioredis - faef675ec55bf8608254c9169ce26241870b9a02 authored over 9 years ago by Luigi Pinca <[email protected]>