Ecosyste.ms: OpenCollective

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

github.com/redis/ioredis

🚀 A robust, performance-focused, and full-featured Redis client for Node.js.
https://github.com/redis/ioredis

Merge pull request #71 from frankvm04/master

Add print function

a1a18951ed7bbce28c56463952696b2ae1f63f03 authored over 9 years ago
Change indent for print function to 2 spaces.

64bc0d1a0b1e45d3631388360fba65e04d2c023e authored over 9 years ago
Add print function to ioredis to make it closer to a drop in replacemane for noderedis

ee1446805e960104b18f9242715a48e7408cda17 authored over 9 years ago
Merge pull request #69 from trademob/feature/readonly_standalone

Adds ReadOnly mode for Standalone/Cluster mode

c06abec6f381eb98fa2d9e65fc5812a203df527e authored over 9 years ago
Client connects to Master & Slaves in mode.

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

eadb15c8966f1ef78f8fc98d97e8754319dd8c7b authored over 9 years ago
Adds ReadOnly mode for Standalone/Cluster mode

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

- Fixes issue where slave ...

eb556181f75956ac1e172684470d1ae44fd1cbb0 authored over 9 years ago
Use deque for better performance

e323df0edd96f4be5b1c115d0335992b5cc974de authored over 9 years ago
Merge pull request #63 from devaos/master

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

083c7c294f0627b50c736b8cf3d5bf5e2d4b5c1a authored over 9 years ago
Resolves a bug with cluster where a subscribe is sent to a disconnected node

525722430d000dc38a6da78af1fc9e00e11dbf40 authored over 9 years ago
Bump version

9cdc5d1bd2a61f827b291b42abc0f2d3c1a825ae authored over 9 years ago
Continue monitoring after reconnection. Close #52

109a6ec96cd20f43344bb1812f56b3902fd36ae6 authored over 9 years ago
Auto-reconnect when none of startup nodes is ready

1bcbc0ce08d8873efe30016061f5ee5fbd7f52f4 authored over 9 years ago
Support pub/sub in Cluster mode. #54

9a3e91729d677060a4537aebaf29c5d443852081 authored over 9 years ago
Add `context` keyword

29f49fa36a643fe51d7680a4fbccf63fb837bdab authored over 9 years ago
Fix comments

a24ede9a8bac93151cf13e44c93efb78124a3dc6 authored over 9 years ago
Fix requirement of node version. Close #51

15900d934169feddcb1d6de4190ab0f2fb09c331 authored over 9 years ago
Merge pull request #49 from joeledwards/master

Corrected API details on AUTH

b069ef4adf5fdb2467698f9f028e6a38c958bca4 authored over 9 years ago
Corrected API details on AUTH

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

168da8fa7eac5b78d7527db1c69836443591bddc authored over 9 years ago
Merge pull request #47 from i5ting/master

fix #46 add bluebird link to readme.md

1be42bfffcc1b1b483d6d6f048a16b2c06082900 authored over 9 years ago
fix #46 add bluebird link to readme.md

e08cdfc78c7798091395e89e1933df9653bfed62 authored over 9 years ago
Add tests for iojs-v2

8cc093972c4fafcfcbd31772e74f9af04a0bbc45 authored over 9 years ago
Bump version

9466feb3032c23f25de7659e72838812da46a149 authored over 9 years ago
Fix unfulfilled commands being sent to the wrong db. Close #42

dd2ad38053f7afca962f42395e75ba02d9bbfc15 authored over 9 years ago
Add more tests for redis

89ead9184374078fb674c69cb347e7f4feeb7603 authored over 9 years ago
Add tests for parser

89e9c0aa3623b005f2d083744245ebb599d27180 authored over 9 years ago
Remove unnecessary checks

7e03bb73df6f1b34d15db7c09e75ae50b85bb40f authored over 9 years ago
Support Node 0.10.16

f9581bf7012595e9dd0aa5d35966329fcfe8f274 authored over 9 years ago
Bump version

b48576ec749dc0b900d54d95d5cc7d6de1295e44 authored over 9 years ago
Stop reconnecting when disconnected manually

fbbe98acbd147aebca0351d113a970c5019fadd7 authored over 9 years ago
Fix possible memory leak warning of Cluster. Close #41

e55544226f770ac9770a39bf15fdfb9549a0b66d authored over 9 years ago
Bump version

230b6fbe03b685d0a5c6dee0702120867471a58c authored over 9 years ago
Add missing Promise in the tests

b731a19116b811b02a8b5d529d9da134039db8ba authored over 9 years ago
Merge pull request #40 from AVVS/patch-1

Add missing Promise definition in node 0.10.x

77df2eb026160bcab074404dd52eaf74dc71cd2a authored over 9 years ago
Add missing Promise definition in node 0.10.x

05bfb8ba76051822121ebf7b92329681fc215834 authored over 9 years ago
Fix possible memory leak warning

f663fe236d4b83d3f836e61748906eb9952a6211 authored over 9 years ago
Typo

3e81caf587f3df93b76dd376f316c0992cea2f4e authored over 9 years ago
Bump version

11f226266940761b3213bbf1922d033d57256efc authored over 9 years ago
Support sending a batch commands via constructor of pipeline. Close #36.

7023f557950911c4e0fc4df6d90136b2eed9088f authored over 9 years ago
Typo

07cc2a48fdc01ec234cd3a0fe7edb80a4652fcde authored over 9 years ago
Improve performance of sending custom commands

9fcd0f23f96f024797f251baecfc4d22bfbd74ca authored over 9 years ago
Update benchmark version

c8db19fb962e4e3ad5fc8c518f424e09589a3479 authored over 9 years ago
Improve performance of sending commands. Close #35

20df742f7e5df53e5a4f8f7e2793d14702c97f4b authored over 9 years ago
Bump version

b1c8d047f2e69b25b11c1d3d6fbd38b8cda9e976 authored over 9 years ago
Merge pull request #33 from luin/cluster-pipelining

Support pipeline redirecting

90684b9f2caa5a5c359dc4329fa585caa0366e92 authored over 9 years ago
Support pipeline redirecting in Cluster mode. #28

deafcb3d556b0e351b843d5c4a7da6db1ca657cc authored over 9 years ago
Redis#connect returns a promise. Close #30

a5fad8d3f481c427a437f3213f640bf861524d3d authored over 9 years ago
Remove dependency ioredis-commands

c67f66a0edefafac134d8e43ffd6532f552d1620 authored over 9 years ago
Fix showFriendlyErrorStack not working in pipeline

c9e586a0224cbb48a1ad24c7ec424ede4d798396 authored over 9 years ago
Fix errors when sending commands after connection being closed

ee506f96999cfe67786cd6129dbedac53d09550d authored over 9 years ago
Remove listeners when end

ca4cc54d65e0826eb0aa6fec853592c6be583d6c authored over 9 years ago
Remove unnecessary listener

82ea66634c072718f56238d5b2b2dcd0e8f122a7 authored over 9 years ago
Bump version

4cd42ab96a0533956ed8cb704b457f27da61e6e1 authored over 9 years ago
Try random node when refresh slots

60b0bbebf074d1b6c86b3846c56b36a366c35913 authored over 9 years ago
Remove `refreshAfterFails` option.

9f5c4702632f47af15f071d4baac9fbe9a41e10e authored over 9 years ago
Try a random node when the target slot is not served

879ab3cd1121ef898dc7c2ad1c0fd3c818b74dfa authored over 9 years ago
Bump version

a6cb94e66802546b8e79aa5eb7261deb43d02cdd authored over 9 years ago
Fix errors when numberOfKeys is 0. Close #31

8de684ddd9336223ad0e7e9500a186eba9b55be8 authored over 9 years ago
Bump version

1e583e8ccaf879fb0d8596ceae3ad52a44dee64f authored over 9 years ago
Handle CLUSTERDOWN error. Related #28

1cbe7334529bf1c25472e4f89b42a9f5ffa651c5 authored over 9 years ago
Make sure `multi` returns a promise

a0584682a41db827cadeb42b2b288f9400af7945 authored over 9 years ago
Fix `sendCommand` sometimes doesn't return a promise

44fb5780836c3d62fa03ecebdb02159445ab8dee authored over 9 years ago
Update README about benchmark

7b6c4dc9fdc8a73dddcac537b285b4ce8d9e522a authored over 9 years ago
Print system env in benchmarks

bde0d3440ef2fd381e42b6db3e2f829c2f6cf0c4 authored over 9 years ago
Fix iojs version to v1.6.2 in .travis.yml

cf48bf2ed00f9dca6c719e449bd52b40e334b9f8 authored over 9 years ago
Add autoResendUnfulfilledCommands option. Close #22.

e99d0f4017294bb185da3a9e8896e62f4be3987c authored over 9 years ago
Support get built-in commands

3294a1167b41e881ddaaa39c3e5f93fd65bcae21 authored over 9 years ago
Add test.js to gitignore

bca8aa80e0515a4fcc9d4c5e9d1eca0df64d4dac authored over 9 years ago
Add links

a742ed949d9a6c7b147b56ce8c582e4fe8d7f84c authored over 9 years ago
Bump version

ccad5e67b0f5955e9d37859cdf42c8e6710b2f0f authored over 9 years ago
Merge pull request #21 from luin/pipeline-buffer

Support writing buffer in pipeline. #20

dbd0008af6dfabda44e15aedab86d6fc69247ce5 authored over 9 years ago
Support write buffer in pipeline. #20

b81b625a4ab93d71e997f32a291b2c956710ff6a authored over 9 years ago
Add tests for returning an error in cluster

58a9aaf1593f308fcc9aa7180d54ea801317cae0 authored over 9 years ago
Bump version

f57f2eae89f69f748ee3f98ec4f074d2af5ca54b authored over 9 years ago
Fix error of sending command to wrong node when slot is 0

8ce04da69018694aa410074acafa18b95c339486 authored over 9 years ago
Update README

a11ff358098fd47179fa147ccc0fd0fc622097bb authored over 9 years ago
Typo

ba7c90b3be698bb1629a6ec8a8f24d3b7abd6f90 authored over 9 years ago
Bump version to 1.1.1

4b992d180a86eb0deb18092afa2b7186c0903f54 authored over 9 years ago
Support Transaction and pipelining in cluster mode

bbc18e68d0cc3e0e2a5be712794912dfc78b5362 authored over 9 years ago
Update documentation on Join in section

558e5b7bb18a5b9216c9771e3846fb40154dd42b authored over 9 years ago
Fix doc format

4b6d4fcd3149c2e990219ed2540d5675fb6a95f0 authored over 9 years ago
Bump version to 1.1.0

71b1d3a142f5c3bb2dedcfc7165576f1de84c8ba authored over 9 years ago
Add doc for events

528749d0aea15bfe67616171ca03047d8441d1ae authored over 9 years ago
Update doc

7561552a1f8a08f98576f94b456876e847385658 authored over 9 years ago
Add extendsError method

52b0f3be39eafca79278331d20a035eb5a395046 authored over 9 years ago
Add Code Climate badge

0b78bc05f1bf5694356da7e4bce6b41e7fb376a5 authored over 9 years ago
Add unit tests for Cluster

d24de7c7ce791bdee70d3f2d77832d6884d9f93b authored over 9 years ago
Rename RedisCluster to Cluster

c218749d13d1b223fb529bd323bf37407e307c7b authored over 9 years ago
Handle reconnection in cluster mode. #12

b36cdf0e5230e5104d08ba8eb882873257fa21fe authored over 9 years ago
Add tests for maxRedirections option

8767a3bcf8ba7c3a5100c304f09648fad44ee275 authored over 9 years ago
Improve performance of sending commands

620fb13e3acfe108a6064e6e0d17cfc42d1e4468 authored over 9 years ago
Normalize event names

f6a295079c20d1a13c7dd8060504112b661958ff authored over 9 years ago
Add tests for pub/sub & monitor

e97f5c0ebf64cfa091a10768afab553e164a5190 authored over 9 years ago
Adjust styles

378e040f4aa5da44489305d3ce7021130f3a8348 authored over 9 years ago
Fix ReplyError for hiredis parser

d3dbf95f951a982a7bc74c2ce36e3a36f21a601b authored over 9 years ago
Improve reliability of Sentinel

ec060ab9093e944db9787a3b22938b45c766d391 authored over 9 years ago
Update keywords

6f8f9c7206582de2393b59626871ff322a06a146 authored over 9 years ago
Combine Command and ClusterCommand

31d689d3030d0f4485c14bc35ce401463e1715b2 authored over 9 years ago
Fix result error

f3e6912cc1dfdaec3253b2bd8a38c9fbb4cfed78 authored over 9 years ago
Fix logic error of auth command

beffd0068f8b4ecbbe044ff360e0299888c12f82 authored over 9 years ago
Typo in the comment. #17

d0a14ac5e3fb69aaf4a7110166351c55c0558853 authored over 9 years ago