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 #121 from nswbmw/patch-1

typo

62ba8d8a69a07e4e89259d2b424b61389dc7ea1e authored over 9 years ago
typo

66d8e7b616bfbccd552cbf3108f819e076cadb5c authored over 9 years ago
1.7.3

1e7961e9c91155fc780e86b64ca5323e9099234d authored over 9 years ago
Update docs

a38a0e5d3fab3647d17a68ba201fd0d7b7b3f114 authored over 9 years ago
Tweak coding style

d5bc9e71b22c197ce1f14d1d157a187c81e9b762 authored over 9 years ago
Add unit test for Util.wrapMultiResult

d3acfa6a30a2042929827d4af0b68efce0bf3be0 authored over 9 years ago
Merge pull request #119 from suprememoocow/watch-exec-fix

Handle watch-exec rollback correctly

50d48c87ec26b20a0d7fe442b990f09fedd82b79 authored over 9 years ago
Handle watch-exec rollback correctly

b5846c87998a44261165ae7a3ff31d8f1198a7bf authored over 9 years ago
Update benchmark results

7a2d70f91da005a413b9a773bb30a880e035abab authored over 9 years ago
Merge pull request #118 from albin3/pubsub

bench pub/sub

31e647b42b4c34179ff2cb929ab542df683880bd authored over 9 years ago
bench pub/sub

731b7d7450de3d96ed8a24d56bddff3d673d25ca authored over 9 years ago
1.7.2

c00d110d7942443978bf85cfe4a11c954774dd2b authored over 9 years ago
Update Changelog

42c0e1df8b9c23f0cb851fe241ec0a7d2d806470 authored over 9 years ago
Merge pull request #117 from phlip9/master

Fix not running callback in pipeline custom command

6c23cde3306f5e19a6bb5b8b272195711c69ed63 authored over 9 years ago
Fix not running callback in pipeline custom command

The issue is that Pipeline.prototype.sendCommand(...) returns
this (a Pipeline instance for chai...

7367fcaab6427364c769d6babf66fc86ee10b63c authored over 9 years ago
Update Contributors

acd5adab999f3beeadbf989bc6356a2eb6cfe94d authored over 9 years ago
Merge pull request #116 from dguo/readme_cleanup

Fix typos in README

deed0663b294cd845b9e77f55b52fd62329c0833 authored over 9 years ago
Resolve merge conflict

5b2ff30b7251461613c23f24d86553bd2cdfcb76 authored over 9 years ago
Fix typos in README

50c155e1b1e975594b64ce00903f17add178e49e authored over 9 years ago
Merge pull request #115 from ArtskydJ/patch-1

Fixed typo

a39ba1c60ca1ad5a08a39078795df56776bc2b94 authored over 9 years ago
Fixed typo

9998c1944a20bf8ab681d0159e17c6a3fd28412b authored over 9 years ago
Merge pull request #114 from tkalfigo/master

Fixes status debug message in case of Unix socket path

d48cb87ceea92881da4205906fb2815d0e9f5b5e authored over 9 years ago
Fixes status debug message in case of Unix socket path

When server uses Unix socket, the debug message of the status changes
still indicated [host:port...

27331bda5dbaaae77a861f4a47ce1ad830f2d38c authored over 9 years ago
1.7.1

7caa5df0c6b832d94580ce4f81cb5c9455fcbf2d authored over 9 years ago
Update Changelog

b81d02fe65fbc164d6fe5c6ddc16528447beeb08 authored over 9 years ago
Merge pull request #112 from luin/cluster/auto-resubscribe

Auto-resubscribe channels in cluster mode. Close #110

05a0d1252ed052c5ae6487dedb2c9496214ef6c6 authored over 9 years ago
Add tests for re-subscribing

687d3f3f07569f6384b43893d87dbda560e4afcf authored over 9 years ago
Update README

15f50e4168addfd88bf3c318293b5e7d7882c029 authored over 9 years ago
Better performance

dc044d63548989d4782ab46c67f2f34fbbd0c289 authored over 9 years ago
Refactor the code

145d8585218718098e826a31a7380d2212baa478 authored over 9 years ago
Auto-resubscribe channels in cluster mode.

97c1de1f13bd00bb2be89b285713796f872a8f55 authored over 9 years ago
Fix typos

53ccb38e4039ae7c78e5cdff1f2d1913dd747e46 authored over 9 years ago
Update README.md

5059a14daf5bb61333f6fca9d3ca23e46ca84987 authored over 9 years ago
Add a link to the logo

43cc54fbe4045cbc295f7a733936d6087e5b02ed authored over 9 years ago
Update logo url

7b333d9c7131141988db81e9a61d668c94505a74 authored over 9 years ago
Remove left padding in the logo

57b5b89e3e9111ff25d8c62c0bc58ed42e5b8d1e authored over 9 years ago
Add logo in README

56aab30ab89ce1f30e3b0570261ef59dbb0d0057 authored over 9 years ago
Add logo

c725a1b863a92cbe43def872fc2acd3bea37086d authored over 9 years ago
1.7.0

d63697008e561beda415db51413207855431adaa authored over 9 years ago
Update Documentation

197d5b2336a02ba9aed9c6523eef67f983b0fdf5 authored over 9 years ago
Merge pull request #105 from dguo/key_prefixing

Add support for transparent key prefixing. Close #95

3f9014cae137c5de7d83c8f9b081ffcc4db375db authored over 9 years ago
Store keyPrefix instead of looking it up in options every time

1a428563df463a35731b7dd5ec23b20f38b3837d authored over 9 years ago
Set options as empty object if it's undefined in the command constructor

ae4dee570b9464d1567e3bda4a6f50896fce3f30 authored over 9 years ago
Don't check for transform everywhere when iterating over command keys

2cc2b39e752bd9de9afd3412728b9156d5044d64 authored over 9 years ago
Add support for transparent key prefixing. Close #95

374c1884e3beaa3306c572c2e48a5837167f5b9b authored over 9 years ago
Update documentation

03023900d421579736456d3693f0ba58069feab8 authored over 9 years ago
Update roadmap

30dcd89b86fdbc0bd3e13dbc5e696bc1a46a4d82 authored over 9 years ago
Typo

7b8a9528bc3d44222fdf0cefa6e2d407f6a11150 authored over 9 years ago
Update README

a170ac7e95e01ab20e3ccdba0abcd437fb17c90e authored over 9 years ago
Add documentation of streamify scaning

5ef4fafbfc6b488ed95524e8e024e92abf3d2fff authored over 9 years ago
Bump version

40ad0fc19b538d2b9d81ce924ab653ad205c107a authored over 9 years ago
Fix `Redis.Command` not being exported correctly. Close #100

a5a93357ae25660f6429fc1611b1f680b8055455 authored over 9 years ago
Bump version

54f6d6a5ce781cedbad3e15a75465cfefee778af authored over 9 years ago
Add a streaming interface to `SCAN` commands. Close #94

2ea9c9646d3ed69b95b8e24c74a4cb173d0ee2a8 authored over 9 years ago
Support GEO commands

fe8dc718989ab42494a5cfd1159fae8d105d30f7 authored over 9 years ago
Bump version

f09777926066fc20533fae28df4b7cfd3d466665 authored over 9 years ago
Fix the order of received commands. Close #91

8eee7af8beb0e0eaa92fb2bf5403c02fe4bf0a1c authored over 9 years ago
Bump version

40419a86fa126b95094ed91df9c1a39d165cecd5 authored over 9 years ago
Allow omitting callback in `exec`

eb643aa1a5747871417745e04160d67717bb46c6 authored over 9 years ago
Remove redundant assignments

acc31d23ee68de0111bd1d4fa459dfd110fbd7f4 authored over 9 years ago
Add `send_command` method for compatibility. Close #90

2edc5d1514e502450c01af4c7e1610a641c0f846 authored over 9 years ago
Bump version

7092668970c71cd2d65dad7a51d814463a55540e authored over 9 years ago
Merge pull request #89 from igrcic/readme/add_http

Add missing http:// prefix to README

ce3b08271f4b20295a844bd5c48b4e368881edee authored over 9 years ago
Add missing http:// prefix to README

6abd27b528d82537108bf4d3e4370413e20985d5 authored over 9 years ago
Bump version

ca8dd99518b9a3847db419b80732c79ba4441e31 authored over 9 years ago
Merge branch 'fix/connection-error'

01cd19ce51e5ed355f375c0feeb01498b5f85dfe authored over 9 years ago
Merge branch 'master' into fix/connection-error

Conflicts:
Changelog.md

71ebd8f72be3150c37c04ce84c7e01f10bf62f44 authored over 9 years ago
Update contributors

383eb3ec714f21cc99bd27e5bf7875ea8a21ea9f authored over 9 years ago
Bump version

88e65edeabb57be510b66e4f30a2d7e3b7d7b618 authored over 9 years ago
Merge pull request #88 from klinquist/fix/psubscribe-cluster

pmessage now properly returns pattern, channel, message

82e04028c10ed82abbabe5c961126f5a8dd2a5b8 authored over 9 years ago
psubscribe now properly returns pattern, channel, message

8e3f4229b74dce2174851cedbd9e5cff93562367 authored over 9 years ago
Merge pull request #86 from VikramTiwari/patch-1

Update README.md

9ad18fb0206fa9d799289fb5f092197ca33b3fa6 authored over 9 years ago
Update README.md

2f2b9c3f367b496ff186474f9629247dd47963b7 authored over 9 years ago
Bump version

814210af486d0d69b500741713b645cd5948a51e authored over 9 years ago
Fix subscriptions lost after reconnection. Close #85

82cff831ff93123e8ad6c5b5f14d72e9c1344f64 authored over 9 years ago
Fix connection error emitting before listening to `error` event.

a2eb5f6eea51656f43593d51f6d6ba99dbae398e authored over 9 years ago
Add contributors

ea6de042abf4d0a73671b4c2217556413c1027f3 authored over 9 years ago
Bump version

36b379f2c96bd07110c5f458e775380cfc1f4850 authored over 9 years ago
Update README about `readOnly`

c2a0760f452257ffb8e5d1ef817a21d2ab3bd0d2 authored over 9 years ago
Silent error when redis server has cluster support disabled.

cca3990ebc949b3dbbc8fce956909aa948f97885 authored over 9 years ago
Bump version

c1ff9f282a7825c8071d39671907a093616b9a09 authored over 9 years ago
Fix storing wrong redis host internally

49de11916948101800858b79313661cc2f8e0265 authored over 9 years ago
Fix tests

7b85ffb4eebcbef4383cd4278e1aa84220e22fd6 authored over 9 years ago
Bump version

fb657a60aba7cebd570c46516e8d171feb7f6edf authored over 9 years ago
Fix masterNodes not being removed correctly

080bfbba45c52766f0e5a5ba71e9144b41b042a5 authored over 9 years ago
Bump version

0a983b0fcee2a6b4a1426e22718bb9174cc1cadb authored over 9 years ago
Merge branch 'fix/monitor-reconnection'

f54a152c64b51b5bc0ed3adca4ef410ffcfdd01f authored over 9 years ago
Disconnect cluster after tests

2100a44353efea05dbd56517a924a501dfb0f0dc authored over 9 years ago
Fix monitor queue error

f41b42ddacefdefdb23d2ccd6a57f656dc88d2d1 authored over 9 years ago
Add logs for command reply

2e099469149b7ce507ecc64036147d912088c5da authored over 9 years ago
Bump version

150d8620e2a06738ab822d0c1bda1ee3d3103fc4 authored over 9 years ago
Fix `enableReadyCheck` is always `false` in monitor mode. Close #77

06b75a69edba68831d454b4e6df8ccd357586a3c authored over 9 years ago
Bump version

c19b0989c718422ab058ed661a0c70d529addf96 authored over 9 years ago
Fix getting NaN db index. Close #74

5ce708a5eb9a4e417efcd5130be4a5d852b6e094 authored over 9 years ago
Fix format

c45aab80e0c04e2dcb7e0e47408558eadc6402f6 authored over 9 years ago
Bump version

41f332590dfd7e01e48eb56471617a2cf415723e authored over 9 years ago
Update cluster tests

ecb400072f23389e25cb2078573edfb91136ce97 authored over 9 years ago
Update doc

acbdde79c7d9622e10383c8961293f506c3eb196 authored over 9 years ago
Update Changelog

f16ab8e542d1a937954f172ddc71a29cd307add8 authored over 9 years ago
Fix code styles

6e4eeba854ddf15b6dfcda1a62a05dcc8a959c65 authored over 9 years ago