ioredis 3.0.0-2 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Changelog.md +11 -0
- package/README.md +8 -1
- package/lib/connectors/sentinel_connector.js +1 -0
- package/lib/pipeline.js +6 -0
- package/package.json +1 -1
package/Changelog.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
<a name="3.0.0"></a>
|
|
2
|
+
# [3.0.0](https://github.com/luin/ioredis/compare/v3.0.0-2...v3.0.0) (2017-05-18)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* **pipeline:** add #length to get the command count ([a6060cb](https://github.com/luin/ioredis/commit/a6060cb)), closes [#461](https://github.com/luin/ioredis/issues/461)
|
|
8
|
+
* **sentinel:** allow connection to IPv6-only sentinels ([#463](https://github.com/luin/ioredis/issues/463)) ([a389f3c](https://github.com/luin/ioredis/commit/a389f3c))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
1
12
|
<a name="3.0.0-2"></a>
|
|
2
13
|
# [3.0.0-2](https://github.com/luin/ioredis/compare/v3.0.0-1...v3.0.0-2) (2017-05-03)
|
|
3
14
|
|
package/README.md
CHANGED
|
@@ -225,6 +225,13 @@ redis.pipeline([
|
|
|
225
225
|
]).exec(function () { /* ... */ });
|
|
226
226
|
```
|
|
227
227
|
|
|
228
|
+
`#length` property shows how many commands in the pipeline:
|
|
229
|
+
|
|
230
|
+
```javascript
|
|
231
|
+
const length = redis.pipeline().set('foo', 'bar').get('foo').length;
|
|
232
|
+
// length === 2
|
|
233
|
+
```
|
|
234
|
+
|
|
228
235
|
|
|
229
236
|
## Transaction
|
|
230
237
|
Most of the time, the transaction commands `multi` & `exec` are used together with pipeline.
|
|
@@ -954,7 +961,7 @@ I'm happy to receive bug reports, fixes, documentation enhancements, and any oth
|
|
|
954
961
|
And since I'm not a native English speaker, if you find any grammar mistakes in the documentation, please also let me know. :)
|
|
955
962
|
|
|
956
963
|
# Contributors
|
|
957
|
-
<table><tr><td width="20%"><a href="https://github.com/luin"><img src="https://avatars1.githubusercontent.com/u/635902?v=3" /></a><p align="center">luin</p></td><td width="20%"><a href="https://github.com/dguo"><img src="https://avatars3.githubusercontent.com/u/2763135?v=3" /></a><p align="center">dguo</p></td><td width="20%"><a href="https://github.com/shaharmor"><img src="https://avatars0.githubusercontent.com/u/10861920?v=3" /></a><p align="center">shaharmor</p></td><td width="20%"><a href="https://github.com/doublesharp"><img src="https://avatars0.githubusercontent.com/u/571472?v=3" /></a><p align="center">doublesharp</p></td><td width="20%"><a href="https://github.com/nakulgan"><img src="https://avatars0.githubusercontent.com/u/189836?v=3" /></a><p align="center">nakulgan</p></td></tr><tr><td width="20%"><a href="https://github.com/AVVS"><img src="https://avatars2.githubusercontent.com/u/1713617?v=3" /></a><p align="center">AVVS</p></td><td width="20%"><a href="https://github.com/ramonsnir"><img src="https://avatars2.githubusercontent.com/u/1024028?v=3" /></a><p align="center">ramonsnir</p></td><td width="20%"><a href="https://github.com/hayeah"><img src="https://avatars1.githubusercontent.com/u/50120?v=3" /></a><p align="center">hayeah</p></td><td width="20%"><a href="https://github.com/albin3"><img src="https://avatars0.githubusercontent.com/u/6190670?v=3" /></a><p align="center">albin3</p></td><td width="20%"><a href="https://github.com/phlip9"><img src="https://avatars3.githubusercontent.com/u/918989?v=3" /></a><p align="center">phlip9</p></td></tr><tr><td width="20%"><a href="https://github.com/fracmak"><img src="https://avatars2.githubusercontent.com/u/378178?v=3" /></a><p align="center">fracmak</p></td><td width="20%"><a href="https://github.com/ddunkin"><img src="https://avatars1.githubusercontent.com/u/264744?v=3" /></a><p align="center">ddunkin</p></td><td width="20%"><a href="https://github.com/ruimarinho"><img src="https://avatars3.githubusercontent.com/u/288709?v=3" /></a><p align="center">ruimarinho</p></td><td width="20%"><a href="https://github.com/suprememoocow"><img src="https://avatars3.githubusercontent.com/u/594566?v=3" /></a><p align="center">suprememoocow</p></td><td width="20%"><a href="https://github.com/jpallen"><img src="https://avatars3.githubusercontent.com/u/31305?v=3" /></a><p align="center">jpallen</p></td></tr><tr><td width="20%"><a href="https://github.com/lpinca"><img src="https://avatars3.githubusercontent.com/u/1443911?v=3" /></a><p align="center">lpinca</p></td><td width="20%"><a href="https://github.com/reconbot"><img src="https://avatars1.githubusercontent.com/u/25966?v=3" /></a><p align="center">reconbot</p></td><td width="20%"><a href="https://github.com/jeffjen"><img src="https://avatars0.githubusercontent.com/u/5814507?v=3" /></a><p align="center">jeffjen</p></td><td width="20%"><a href="https://github.com/SamBergeron"><img src="https://avatars2.githubusercontent.com/u/3879294?v=3" /></a><p align="center">SamBergeron</p></td><td width="20%"><a href="https://github.com/devaos"><img src="https://avatars3.githubusercontent.com/u/5412167?v=3" /></a><p align="center">devaos</p></td
|
|
964
|
+
<table><tr><td width="20%"><a href="https://github.com/luin"><img src="https://avatars1.githubusercontent.com/u/635902?v=3" /></a><p align="center">luin</p></td><td width="20%"><a href="https://github.com/dguo"><img src="https://avatars3.githubusercontent.com/u/2763135?v=3" /></a><p align="center">dguo</p></td><td width="20%"><a href="https://github.com/shaharmor"><img src="https://avatars0.githubusercontent.com/u/10861920?v=3" /></a><p align="center">shaharmor</p></td><td width="20%"><a href="https://github.com/doublesharp"><img src="https://avatars0.githubusercontent.com/u/571472?v=3" /></a><p align="center">doublesharp</p></td><td width="20%"><a href="https://github.com/nakulgan"><img src="https://avatars0.githubusercontent.com/u/189836?v=3" /></a><p align="center">nakulgan</p></td></tr><tr><td width="20%"><a href="https://github.com/AVVS"><img src="https://avatars2.githubusercontent.com/u/1713617?v=3" /></a><p align="center">AVVS</p></td><td width="20%"><a href="https://github.com/ramonsnir"><img src="https://avatars2.githubusercontent.com/u/1024028?v=3" /></a><p align="center">ramonsnir</p></td><td width="20%"><a href="https://github.com/hayeah"><img src="https://avatars1.githubusercontent.com/u/50120?v=3" /></a><p align="center">hayeah</p></td><td width="20%"><a href="https://github.com/albin3"><img src="https://avatars0.githubusercontent.com/u/6190670?v=3" /></a><p align="center">albin3</p></td><td width="20%"><a href="https://github.com/phlip9"><img src="https://avatars3.githubusercontent.com/u/918989?v=3" /></a><p align="center">phlip9</p></td></tr><tr><td width="20%"><a href="https://github.com/fracmak"><img src="https://avatars2.githubusercontent.com/u/378178?v=3" /></a><p align="center">fracmak</p></td><td width="20%"><a href="https://github.com/ddunkin"><img src="https://avatars1.githubusercontent.com/u/264744?v=3" /></a><p align="center">ddunkin</p></td><td width="20%"><a href="https://github.com/ruimarinho"><img src="https://avatars3.githubusercontent.com/u/288709?v=3" /></a><p align="center">ruimarinho</p></td><td width="20%"><a href="https://github.com/suprememoocow"><img src="https://avatars3.githubusercontent.com/u/594566?v=3" /></a><p align="center">suprememoocow</p></td><td width="20%"><a href="https://github.com/jpallen"><img src="https://avatars3.githubusercontent.com/u/31305?v=3" /></a><p align="center">jpallen</p></td></tr><tr><td width="20%"><a href="https://github.com/lpinca"><img src="https://avatars3.githubusercontent.com/u/1443911?v=3" /></a><p align="center">lpinca</p></td><td width="20%"><a href="https://github.com/reconbot"><img src="https://avatars1.githubusercontent.com/u/25966?v=3" /></a><p align="center">reconbot</p></td><td width="20%"><a href="https://github.com/frankvm04"><img src="https://avatars2.githubusercontent.com/u/796475?v=3" /></a><p align="center">frankvm04</p></td><td width="20%"><a href="https://github.com/jeffjen"><img src="https://avatars0.githubusercontent.com/u/5814507?v=3" /></a><p align="center">jeffjen</p></td><td width="20%"><a href="https://github.com/SamBergeron"><img src="https://avatars2.githubusercontent.com/u/3879294?v=3" /></a><p align="center">SamBergeron</p></td></tr><tr><td width="20%"><a href="https://github.com/seoker"><img src="https://avatars2.githubusercontent.com/u/7975797?v=3" /></a><p align="center">seoker</p></td><td width="20%"><a href="https://github.com/devaos"><img src="https://avatars3.githubusercontent.com/u/5412167?v=3" /></a><p align="center">devaos</p></td><td width="20%"><a href="https://github.com/headquarters"><img src="https://avatars3.githubusercontent.com/u/347079?v=3" /></a><p align="center">headquarters</p></td><td width="20%"><a href="https://github.com/9point6"><img src="https://avatars2.githubusercontent.com/u/627697?v=3" /></a><p align="center">9point6</p></td><td width="20%"><a href="https://github.com/horx"><img src="https://avatars1.githubusercontent.com/u/1332618?v=3" /></a><p align="center">horx</p></td></tr><tr><td width="20%"><a href="https://github.com/darrachequesne"><img src="https://avatars0.githubusercontent.com/u/13031701?v=3" /></a><p align="center">darrachequesne</p></td><td width="20%"><a href="https://github.com/klinquist"><img src="https://avatars1.githubusercontent.com/u/1343376?v=3" /></a><p align="center">klinquist</p></td><td width="20%"><a href="https://github.com/ColmHally"><img src="https://avatars0.githubusercontent.com/u/20333?v=3" /></a><p align="center">ColmHally</p></td><td width="20%"><a href="https://github.com/alsotang"><img src="https://avatars2.githubusercontent.com/u/1147375?v=3" /></a><p align="center">alsotang</p></td><td width="20%"><a href="https://github.com/zhuangya"><img src="https://avatars1.githubusercontent.com/u/499038?v=3" /></a><p align="center">zhuangya</p></td></tr><tr><td width="20%"><a href="https://github.com/Gerhut"><img src="https://avatars2.githubusercontent.com/u/2500247?v=3" /></a><p align="center">Gerhut</p></td><td width="20%"><a href="https://github.com/jcperez"><img src="https://avatars3.githubusercontent.com/u/4073359?v=3" /></a><p align="center">jcperez</p></td><td width="20%"><a href="https://github.com/TeeAaTeeUu"><img src="https://avatars2.githubusercontent.com/u/997511?v=3" /></a><p align="center">TeeAaTeeUu</p></td><td width="20%"><a href="https://github.com/pensierinmusica"><img src="https://avatars2.githubusercontent.com/u/3594037?v=3" /></a><p align="center">pensierinmusica</p></td><td width="20%"><a href="https://github.com/i5ting"><img src="https://avatars0.githubusercontent.com/u/3118295?v=3" /></a><p align="center">i5ting</p></td></tr><tr><td width="20%"><a href="https://github.com/devoto13"><img src="https://avatars2.githubusercontent.com/u/823594?v=3" /></a><p align="center">devoto13</p></td><td width="20%"><a href="https://github.com/ArtskydJ"><img src="https://avatars1.githubusercontent.com/u/1833684?v=3" /></a><p align="center">ArtskydJ</p></td><td width="20%"><a href="https://github.com/stipsan"><img src="https://avatars1.githubusercontent.com/u/81981?v=3" /></a><p align="center">stipsan</p></td><td width="20%"><a href="https://github.com/henstock"><img src="https://avatars0.githubusercontent.com/u/13809467?v=3" /></a><p align="center">henstock</p></td><td width="20%"><a href="https://github.com/tkalfigo"><img src="https://avatars1.githubusercontent.com/u/3481553?v=3" /></a><p align="center">tkalfigo</p></td></tr><tr><td width="20%"><a href="https://github.com/igrcic"><img src="https://avatars2.githubusercontent.com/u/394398?v=3" /></a><p align="center">igrcic</p></td><td width="20%"><a href="https://github.com/nswbmw"><img src="https://avatars3.githubusercontent.com/u/4279697?v=3" /></a><p align="center">nswbmw</p></td><td width="20%"><a href="https://github.com/VikramTiwari"><img src="https://avatars0.githubusercontent.com/u/1330677?v=3" /></a><p align="center">VikramTiwari</p></td><td width="20%"><a href="https://github.com/pyros2097"><img src="https://avatars3.githubusercontent.com/u/1687946?v=3" /></a><p align="center">pyros2097</p></td><td width="20%"><a href="https://github.com/mtlima"><img src="https://avatars3.githubusercontent.com/u/9111440?v=3" /></a><p align="center">mtlima</p></td></tr><tr><td width="20%"><a href="https://github.com/bradvogel"><img src="https://avatars2.githubusercontent.com/u/821706?v=3" /></a><p align="center">bradvogel</p></td><td width="20%"><a href="https://github.com/pra85"><img src="https://avatars1.githubusercontent.com/u/829526?v=3" /></a><p align="center">pra85</p></td><td width="20%"><a href="https://github.com/joeledwards"><img src="https://avatars0.githubusercontent.com/u/412853?v=3" /></a><p align="center">joeledwards</p></td><td width="20%"><a href="https://github.com/tempname11"><img src="https://avatars3.githubusercontent.com/u/8409150?v=3" /></a><p align="center">tempname11</p></td></table>
|
|
958
965
|
|
|
959
966
|
# License
|
|
960
967
|
|
|
@@ -226,6 +226,7 @@ SentinelConnector.prototype.resolve = function (endpoint, callback) {
|
|
|
226
226
|
var client = new Redis({
|
|
227
227
|
port: endpoint.port || 26379,
|
|
228
228
|
host: endpoint.host,
|
|
229
|
+
family: endpoint.family || this.options.family,
|
|
229
230
|
retryStrategy: null,
|
|
230
231
|
enableReadyCheck: false,
|
|
231
232
|
connectTimeout: this.options.connectTimeout,
|
package/lib/pipeline.js
CHANGED
|
@@ -31,6 +31,12 @@ function Pipeline(redis) {
|
|
|
31
31
|
_this.resolve = resolve;
|
|
32
32
|
_this.reject = reject;
|
|
33
33
|
});
|
|
34
|
+
|
|
35
|
+
Object.defineProperty(this, 'length', {
|
|
36
|
+
get: function () {
|
|
37
|
+
return _this._queue.length;
|
|
38
|
+
}
|
|
39
|
+
});
|
|
34
40
|
}
|
|
35
41
|
|
|
36
42
|
_.assign(Pipeline.prototype, Commander.prototype);
|