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

Merge pull request #71 from frankvm04/master

Add print function

github.com/redis/ioredis - a1a18951ed7bbce28c56463952696b2ae1f63f03 authored over 9 years ago by Zihua Li <[email protected]>
Change indent for print function to 2 spaces.

github.com/redis/ioredis - 64bc0d1a0b1e45d3631388360fba65e04d2c023e authored over 9 years ago by Frank Murphy <[email protected]>
Add print function to ioredis to make it closer to a drop in replacemane for noderedis

github.com/redis/ioredis - ee1446805e960104b18f9242715a48e7408cda17 authored over 9 years ago by Frank Murphy <[email protected]>
Merge pull request #69 from trademob/feature/readonly_standalone

Adds ReadOnly mode for Standalone/Cluster mode

github.com/redis/ioredis - c06abec6f381eb98fa2d9e65fc5812a203df527e authored over 9 years ago by Zihua Li <[email protected]>
Client connects to Master & Slaves in mode.

- Readonly is issued from cluster only and is removed from standalone client

github.com/redis/ioredis - eadb15c8966f1ef78f8fc98d97e8754319dd8c7b authored over 9 years ago by Nakul G <[email protected]>
Adds ReadOnly mode for Standalone/Cluster mode

- Cluster slots are now server with both Master and Slave instances

- Fixes issue where slave ...

github.com/redis/ioredis - eb556181f75956ac1e172684470d1ae44fd1cbb0 authored over 9 years ago by Nakul G <[email protected]>
Use deque for better performance

github.com/redis/ioredis - e323df0edd96f4be5b1c115d0335992b5cc974de authored over 9 years ago by luin <[email protected]>
Merge pull request #63 from devaos/master

Resolves a bug with cluster where a subscribe is sent to a disconnected node

github.com/redis/ioredis - 083c7c294f0627b50c736b8cf3d5bf5e2d4b5c1a authored over 9 years ago by Zihua Li <[email protected]>
Resolves a bug with cluster where a subscribe is sent to a disconnected node

github.com/redis/ioredis - 525722430d000dc38a6da78af1fc9e00e11dbf40 authored over 9 years ago by Ari Aosved <[email protected]>
Bump version

github.com/redis/ioredis - 9cdc5d1bd2a61f827b291b42abc0f2d3c1a825ae authored over 9 years ago by luin <[email protected]>
Continue monitoring after reconnection. Close #52

github.com/redis/ioredis - 109a6ec96cd20f43344bb1812f56b3902fd36ae6 authored over 9 years ago by luin <[email protected]>
Auto-reconnect when none of startup nodes is ready

github.com/redis/ioredis - 1bcbc0ce08d8873efe30016061f5ee5fbd7f52f4 authored over 9 years ago by luin <[email protected]>
Support pub/sub in Cluster mode. #54

github.com/redis/ioredis - 9a3e91729d677060a4537aebaf29c5d443852081 authored over 9 years ago by luin <[email protected]>
Add `context` keyword

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

github.com/redis/ioredis - a24ede9a8bac93151cf13e44c93efb78124a3dc6 authored over 9 years ago by luin <[email protected]>
Fix requirement of node version. Close #51

github.com/redis/ioredis - 15900d934169feddcb1d6de4190ab0f2fb09c331 authored over 9 years ago by luin <[email protected]>
Merge pull request #49 from joeledwards/master

Corrected API details on AUTH

github.com/redis/ioredis - b069ef4adf5fdb2467698f9f028e6a38c958bca4 authored over 9 years ago by Zihua Li <[email protected]>
Corrected API details on AUTH

Corrected API.md to list options.password (instead of options.auth) as the
property which should...

github.com/redis/ioredis - 168da8fa7eac5b78d7527db1c69836443591bddc authored over 9 years ago by Joel Edwards <[email protected]>
Merge pull request #47 from i5ting/master

fix #46 add bluebird link to readme.md

github.com/redis/ioredis - 1be42bfffcc1b1b483d6d6f048a16b2c06082900 authored over 9 years ago by Zihua Li <[email protected]>
fix #46 add bluebird link to readme.md

github.com/redis/ioredis - e08cdfc78c7798091395e89e1933df9653bfed62 authored over 9 years ago by alfred sang <[email protected]>
Add tests for iojs-v2

github.com/redis/ioredis - 8cc093972c4fafcfcbd31772e74f9af04a0bbc45 authored over 9 years ago by luin <[email protected]>
Bump version

github.com/redis/ioredis - 9466feb3032c23f25de7659e72838812da46a149 authored over 9 years ago by luin <[email protected]>
Fix unfulfilled commands being sent to the wrong db. Close #42

github.com/redis/ioredis - dd2ad38053f7afca962f42395e75ba02d9bbfc15 authored over 9 years ago by luin <[email protected]>
Add more tests for redis

github.com/redis/ioredis - 89ead9184374078fb674c69cb347e7f4feeb7603 authored over 9 years ago by luin <[email protected]>
Add tests for parser

github.com/redis/ioredis - 89e9c0aa3623b005f2d083744245ebb599d27180 authored over 9 years ago by luin <[email protected]>
Remove unnecessary checks

github.com/redis/ioredis - 7e03bb73df6f1b34d15db7c09e75ae50b85bb40f authored over 9 years ago by luin <[email protected]>
Support Node 0.10.16

github.com/redis/ioredis - f9581bf7012595e9dd0aa5d35966329fcfe8f274 authored over 9 years ago by luin <[email protected]>
Bump version

github.com/redis/ioredis - b48576ec749dc0b900d54d95d5cc7d6de1295e44 authored over 9 years ago by luin <[email protected]>
Stop reconnecting when disconnected manually

github.com/redis/ioredis - fbbe98acbd147aebca0351d113a970c5019fadd7 authored over 9 years ago by luin <[email protected]>
Fix possible memory leak warning of Cluster. Close #41

github.com/redis/ioredis - e55544226f770ac9770a39bf15fdfb9549a0b66d authored over 9 years ago by luin <[email protected]>
Bump version

github.com/redis/ioredis - 230b6fbe03b685d0a5c6dee0702120867471a58c authored over 9 years ago by luin <[email protected]>
Add missing Promise in the tests

github.com/redis/ioredis - b731a19116b811b02a8b5d529d9da134039db8ba authored over 9 years ago by luin <[email protected]>
Merge pull request #40 from AVVS/patch-1

Add missing Promise definition in node 0.10.x

github.com/redis/ioredis - 77df2eb026160bcab074404dd52eaf74dc71cd2a authored over 9 years ago by Zihua Li <[email protected]>
Add missing Promise definition in node 0.10.x

github.com/redis/ioredis - 05bfb8ba76051822121ebf7b92329681fc215834 authored over 9 years ago by Vitaly Aminev <[email protected]>
Fix possible memory leak warning

github.com/redis/ioredis - f663fe236d4b83d3f836e61748906eb9952a6211 authored over 9 years ago by luin <[email protected]>
Bump version

github.com/redis/ioredis - 11f226266940761b3213bbf1922d033d57256efc authored over 9 years ago by luin <[email protected]>
Support sending a batch commands via constructor of pipeline. Close #36.

github.com/redis/ioredis - 7023f557950911c4e0fc4df6d90136b2eed9088f authored over 9 years ago by luin <[email protected]>
Improve performance of sending custom commands

github.com/redis/ioredis - 9fcd0f23f96f024797f251baecfc4d22bfbd74ca authored over 9 years ago by luin <[email protected]>
Update benchmark version

github.com/redis/ioredis - c8db19fb962e4e3ad5fc8c518f424e09589a3479 authored over 9 years ago by luin <[email protected]>
Improve performance of sending commands. Close #35

github.com/redis/ioredis - 20df742f7e5df53e5a4f8f7e2793d14702c97f4b authored over 9 years ago by luin <[email protected]>
Bump version

github.com/redis/ioredis - b1c8d047f2e69b25b11c1d3d6fbd38b8cda9e976 authored over 9 years ago by luin <[email protected]>
Merge pull request #33 from luin/cluster-pipelining

Support pipeline redirecting

github.com/redis/ioredis - 90684b9f2caa5a5c359dc4329fa585caa0366e92 authored over 9 years ago by Zihua Li <[email protected]>
Support pipeline redirecting in Cluster mode. #28

github.com/redis/ioredis - deafcb3d556b0e351b843d5c4a7da6db1ca657cc authored over 9 years ago by luin <[email protected]>
Redis#connect returns a promise. Close #30

github.com/redis/ioredis - a5fad8d3f481c427a437f3213f640bf861524d3d authored over 9 years ago by luin <[email protected]>
Remove dependency ioredis-commands

github.com/redis/ioredis - c67f66a0edefafac134d8e43ffd6532f552d1620 authored over 9 years ago by luin <[email protected]>
Fix showFriendlyErrorStack not working in pipeline

github.com/redis/ioredis - c9e586a0224cbb48a1ad24c7ec424ede4d798396 authored over 9 years ago by luin <[email protected]>
Fix errors when sending commands after connection being closed

github.com/redis/ioredis - ee506f96999cfe67786cd6129dbedac53d09550d authored over 9 years ago by luin <[email protected]>
Remove listeners when end

github.com/redis/ioredis - ca4cc54d65e0826eb0aa6fec853592c6be583d6c authored over 9 years ago by luin <[email protected]>
Remove unnecessary listener

github.com/redis/ioredis - 82ea66634c072718f56238d5b2b2dcd0e8f122a7 authored over 9 years ago by Zihua Li <[email protected]>
Bump version

github.com/redis/ioredis - 4cd42ab96a0533956ed8cb704b457f27da61e6e1 authored over 9 years ago by luin <[email protected]>
Try random node when refresh slots

github.com/redis/ioredis - 60b0bbebf074d1b6c86b3846c56b36a366c35913 authored over 9 years ago by luin <[email protected]>
Remove `refreshAfterFails` option.

github.com/redis/ioredis - 9f5c4702632f47af15f071d4baac9fbe9a41e10e authored over 9 years ago by luin <[email protected]>
Try a random node when the target slot is not served

github.com/redis/ioredis - 879ab3cd1121ef898dc7c2ad1c0fd3c818b74dfa authored over 9 years ago by luin <[email protected]>
Bump version

github.com/redis/ioredis - a6cb94e66802546b8e79aa5eb7261deb43d02cdd authored over 9 years ago by luin <[email protected]>
Fix errors when numberOfKeys is 0. Close #31

github.com/redis/ioredis - 8de684ddd9336223ad0e7e9500a186eba9b55be8 authored over 9 years ago by luin <[email protected]>
Bump version

github.com/redis/ioredis - 1e583e8ccaf879fb0d8596ceae3ad52a44dee64f authored over 9 years ago by luin <[email protected]>
Handle CLUSTERDOWN error. Related #28

github.com/redis/ioredis - 1cbe7334529bf1c25472e4f89b42a9f5ffa651c5 authored over 9 years ago by luin <[email protected]>
Make sure `multi` returns a promise

github.com/redis/ioredis - a0584682a41db827cadeb42b2b288f9400af7945 authored over 9 years ago by luin <[email protected]>
Fix `sendCommand` sometimes doesn't return a promise

github.com/redis/ioredis - 44fb5780836c3d62fa03ecebdb02159445ab8dee authored over 9 years ago by luin <[email protected]>
Update README about benchmark

github.com/redis/ioredis - 7b6c4dc9fdc8a73dddcac537b285b4ce8d9e522a authored over 9 years ago by luin <[email protected]>
Print system env in benchmarks

github.com/redis/ioredis - bde0d3440ef2fd381e42b6db3e2f829c2f6cf0c4 authored over 9 years ago by luin <[email protected]>
Fix iojs version to v1.6.2 in .travis.yml

github.com/redis/ioredis - cf48bf2ed00f9dca6c719e449bd52b40e334b9f8 authored over 9 years ago by luin <[email protected]>
Add autoResendUnfulfilledCommands option. Close #22.

github.com/redis/ioredis - e99d0f4017294bb185da3a9e8896e62f4be3987c authored over 9 years ago by luin <[email protected]>
Support get built-in commands

github.com/redis/ioredis - 3294a1167b41e881ddaaa39c3e5f93fd65bcae21 authored over 9 years ago by luin <[email protected]>
Add test.js to gitignore

github.com/redis/ioredis - bca8aa80e0515a4fcc9d4c5e9d1eca0df64d4dac authored over 9 years ago by luin <[email protected]>
Bump version

github.com/redis/ioredis - ccad5e67b0f5955e9d37859cdf42c8e6710b2f0f authored over 9 years ago by luin <[email protected]>
Merge pull request #21 from luin/pipeline-buffer

Support writing buffer in pipeline. #20

github.com/redis/ioredis - dbd0008af6dfabda44e15aedab86d6fc69247ce5 authored over 9 years ago by Zihua Li <[email protected]>
Support write buffer in pipeline. #20

github.com/redis/ioredis - b81b625a4ab93d71e997f32a291b2c956710ff6a authored over 9 years ago by luin <[email protected]>
Add tests for returning an error in cluster

github.com/redis/ioredis - 58a9aaf1593f308fcc9aa7180d54ea801317cae0 authored over 9 years ago by luin <[email protected]>
Bump version

github.com/redis/ioredis - f57f2eae89f69f748ee3f98ec4f074d2af5ca54b authored over 9 years ago by luin <[email protected]>
Fix error of sending command to wrong node when slot is 0

github.com/redis/ioredis - 8ce04da69018694aa410074acafa18b95c339486 authored over 9 years ago by luin <[email protected]>
Update README

github.com/redis/ioredis - a11ff358098fd47179fa147ccc0fd0fc622097bb authored over 9 years ago by luin <[email protected]>
Bump version to 1.1.1

github.com/redis/ioredis - 4b992d180a86eb0deb18092afa2b7186c0903f54 authored over 9 years ago by luin <[email protected]>
Support Transaction and pipelining in cluster mode

github.com/redis/ioredis - bbc18e68d0cc3e0e2a5be712794912dfc78b5362 authored over 9 years ago by luin <[email protected]>
Update documentation on Join in section

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

github.com/redis/ioredis - 4b6d4fcd3149c2e990219ed2540d5675fb6a95f0 authored over 9 years ago by luin <[email protected]>
Bump version to 1.1.0

github.com/redis/ioredis - 71b1d3a142f5c3bb2dedcfc7165576f1de84c8ba authored over 9 years ago by luin <[email protected]>
Add doc for events

github.com/redis/ioredis - 528749d0aea15bfe67616171ca03047d8441d1ae authored over 9 years ago by luin <[email protected]>
Add extendsError method

github.com/redis/ioredis - 52b0f3be39eafca79278331d20a035eb5a395046 authored over 9 years ago by luin <[email protected]>
Add Code Climate badge

github.com/redis/ioredis - 0b78bc05f1bf5694356da7e4bce6b41e7fb376a5 authored over 9 years ago by luin <[email protected]>
Add unit tests for Cluster

github.com/redis/ioredis - d24de7c7ce791bdee70d3f2d77832d6884d9f93b authored over 9 years ago by luin <[email protected]>
Rename RedisCluster to Cluster

github.com/redis/ioredis - c218749d13d1b223fb529bd323bf37407e307c7b authored over 9 years ago by luin <[email protected]>
Handle reconnection in cluster mode. #12

github.com/redis/ioredis - b36cdf0e5230e5104d08ba8eb882873257fa21fe authored over 9 years ago by luin <[email protected]>
Add tests for maxRedirections option

github.com/redis/ioredis - 8767a3bcf8ba7c3a5100c304f09648fad44ee275 authored over 9 years ago by luin <[email protected]>
Improve performance of sending commands

github.com/redis/ioredis - 620fb13e3acfe108a6064e6e0d17cfc42d1e4468 authored over 9 years ago by luin <[email protected]>
Normalize event names

github.com/redis/ioredis - f6a295079c20d1a13c7dd8060504112b661958ff authored over 9 years ago by luin <[email protected]>
Add tests for pub/sub & monitor

github.com/redis/ioredis - e97f5c0ebf64cfa091a10768afab553e164a5190 authored over 9 years ago by luin <[email protected]>
Adjust styles

github.com/redis/ioredis - 378e040f4aa5da44489305d3ce7021130f3a8348 authored over 9 years ago by luin <[email protected]>
Fix ReplyError for hiredis parser

github.com/redis/ioredis - d3dbf95f951a982a7bc74c2ce36e3a36f21a601b authored over 9 years ago by luin <[email protected]>
Improve reliability of Sentinel

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

github.com/redis/ioredis - 6f8f9c7206582de2393b59626871ff322a06a146 authored over 9 years ago by luin <[email protected]>
Combine Command and ClusterCommand

github.com/redis/ioredis - 31d689d3030d0f4485c14bc35ce401463e1715b2 authored over 9 years ago by luin <[email protected]>
Fix result error

github.com/redis/ioredis - f3e6912cc1dfdaec3253b2bd8a38c9fbb4cfed78 authored over 9 years ago by luin <[email protected]>
Fix logic error of auth command

github.com/redis/ioredis - beffd0068f8b4ecbbe044ff360e0299888c12f82 authored over 9 years ago by luin <[email protected]>
Typo in the comment. #17

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