@@ -22,10 +22,10 @@ Name | Type | Default |
2222
2323* [ ackOnIterate] ( redisstream.md#ackoniterate )
2424* [ block] ( redisstream.md#block )
25+ * [ buffers] ( redisstream.md#buffers )
2526* [ client] ( redisstream.md#client )
2627* [ consumer] ( redisstream.md#consumer )
2728* [ count] ( redisstream.md#count )
28- * [ createdConnection] ( redisstream.md#createdconnection )
2929* [ deleteOnAck] ( redisstream.md#deleteonack )
3030* [ done] ( redisstream.md#done )
3131* [ first] ( redisstream.md#first )
@@ -63,65 +63,63 @@ Name | Type |
6363
6464** Returns:** [ * RedisStream* ] ( redisstream.md ) <T\>
6565
66- Defined in: [ stream.ts:58 ] ( https://github.com/calebboyd/pez/blob/557aceb /src/stream.ts#L58 )
66+ Defined in: [ stream.ts:64 ] ( https://github.com/calebboyd/pez/blob/91a6433 /src/stream.ts#L64 )
6767
6868## Properties
6969
7070### ackOnIterate
7171
7272• ** ackOnIterate** : * boolean* = false
7373
74- Defined in: [ stream.ts:37 ] ( https://github.com/calebboyd/pez/blob/557aceb /src/stream.ts#L37 )
74+ Defined in: [ stream.ts:38 ] ( https://github.com/calebboyd/pez/blob/91a6433 /src/stream.ts#L38 )
7575
7676___
7777
7878### block
7979
8080• ` Optional ` ** block** : * undefined* \| * number*
8181
82- Defined in: [ stream.ts:34] ( https://github.com/calebboyd/pez/blob/557aceb/src/stream.ts#L34 )
82+ Defined in: [ stream.ts:34] ( https://github.com/calebboyd/pez/blob/91a6433/src/stream.ts#L34 )
83+
84+ ___
85+
86+ ### buffers
87+
88+ • ` Optional ` ** buffers** : * undefined* \| * boolean* = false
89+
90+ Defined in: [ stream.ts:35] ( https://github.com/calebboyd/pez/blob/91a6433/src/stream.ts#L35 )
8391
8492___
8593
8694### client
8795
8896• ` Readonly ` ** client** : * Redis*
8997
90- Defined in: [ stream.ts:26] ( https://github.com/calebboyd/pez/blob/557aceb /src/stream.ts#L26 )
98+ Defined in: [ stream.ts:26] ( https://github.com/calebboyd/pez/blob/91a6433 /src/stream.ts#L26 )
9199
92100___
93101
94102### consumer
95103
96104• ` Optional ` ` Readonly ` ** consumer** : * undefined* \| * string*
97105
98- Defined in: [ stream.ts:28] ( https://github.com/calebboyd/pez/blob/557aceb /src/stream.ts#L28 )
106+ Defined in: [ stream.ts:28] ( https://github.com/calebboyd/pez/blob/91a6433 /src/stream.ts#L28 )
99107
100108___
101109
102110### count
103111
104112• ** count** : * number* = 100
105113
106- Defined in: [ stream.ts:32] ( https://github.com/calebboyd/pez/blob/557aceb/src/stream.ts#L32 )
107-
108- ___
109-
110- ### createdConnection
111-
112- • ` Private ` ** createdConnection** : * boolean* = true
113-
114- Did we create the redis connection?
115-
116- Defined in: [ stream.ts:58] ( https://github.com/calebboyd/pez/blob/557aceb/src/stream.ts#L58 )
114+ Defined in: [ stream.ts:32] ( https://github.com/calebboyd/pez/blob/91a6433/src/stream.ts#L32 )
117115
118116___
119117
120118### deleteOnAck
121119
122120• ** deleteOnAck** : * boolean* = false
123121
124- Defined in: [ stream.ts:38 ] ( https://github.com/calebboyd/pez/blob/557aceb /src/stream.ts#L38 )
122+ Defined in: [ stream.ts:39 ] ( https://github.com/calebboyd/pez/blob/91a6433 /src/stream.ts#L39 )
125123
126124___
127125
@@ -131,25 +129,23 @@ ___
131129
132130Flag for iterable state
133131
134- Defined in: [ stream.ts:50 ] ( https://github.com/calebboyd/pez/blob/557aceb /src/stream.ts#L50 )
132+ Defined in: [ stream.ts:51 ] ( https://github.com/calebboyd/pez/blob/91a6433 /src/stream.ts#L51 )
135133
136134___
137135
138136### first
139137
140138• ** first** : * boolean* = false
141139
142- Flag for first iteration
143-
144- Defined in: [ stream.ts:54] ( https://github.com/calebboyd/pez/blob/557aceb/src/stream.ts#L54 )
140+ Defined in: [ stream.ts:52] ( https://github.com/calebboyd/pez/blob/91a6433/src/stream.ts#L52 )
145141
146142___
147143
148144### group
149145
150146• ` Optional ` ` Readonly ` ** group** : * undefined* \| * string*
151147
152- Defined in: [ stream.ts:27] ( https://github.com/calebboyd/pez/blob/557aceb /src/stream.ts#L27 )
148+ Defined in: [ stream.ts:27] ( https://github.com/calebboyd/pez/blob/91a6433 /src/stream.ts#L27 )
153149
154150___
155151
@@ -161,15 +157,15 @@ ___
161157'stream' mode will dispense each stream containing entries
162158'batch' mode will dispense all streams with all entries
163159
164- Defined in: [ stream.ts:25] ( https://github.com/calebboyd/pez/blob/557aceb /src/stream.ts#L25 )
160+ Defined in: [ stream.ts:25] ( https://github.com/calebboyd/pez/blob/91a6433 /src/stream.ts#L25 )
165161
166162___
167163
168164### noack
169165
170166• ** noack** : * boolean* = false
171167
172- Defined in: [ stream.ts:33] ( https://github.com/calebboyd/pez/blob/557aceb /src/stream.ts#L33 )
168+ Defined in: [ stream.ts:33] ( https://github.com/calebboyd/pez/blob/91a6433 /src/stream.ts#L33 )
173169
174170___
175171
@@ -181,15 +177,15 @@ Acks waiting to be sent on either:
181177- timeout
182178- async iteration
183179
184- Defined in: [ stream.ts:46 ] ( https://github.com/calebboyd/pez/blob/557aceb /src/stream.ts#L46 )
180+ Defined in: [ stream.ts:47 ] ( https://github.com/calebboyd/pez/blob/91a6433 /src/stream.ts#L47 )
185181
186182___
187183
188184### streams
189185
190186• ** streams** : * Map* <* string* , * string* \>
191187
192- Defined in: [ stream.ts:31] ( https://github.com/calebboyd/pez/blob/557aceb /src/stream.ts#L31 )
188+ Defined in: [ stream.ts:31] ( https://github.com/calebboyd/pez/blob/91a6433 /src/stream.ts#L31 )
193189
194190## Methods
195191
@@ -199,7 +195,7 @@ Defined in: [stream.ts:31](https://github.com/calebboyd/pez/blob/557aceb/src/str
199195
200196** Returns:** * AsyncIterator* <T * extends* * entry* ? XEntryResult : T * extends* * batch* ? XStreamResult[ ] : XStreamResult, * any* , * undefined* \>
201197
202- Defined in: [ stream.ts:117 ] ( https://github.com/calebboyd/pez/blob/557aceb /src/stream.ts#L117 )
198+ Defined in: [ stream.ts:127 ] ( https://github.com/calebboyd/pez/blob/91a6433 /src/stream.ts#L127 )
203199
204200___
205201
@@ -216,7 +212,7 @@ Name | Type |
216212
217213** Returns:** * void*
218214
219- Defined in: [ stream.ts:142 ] ( https://github.com/calebboyd/pez/blob/557aceb /src/stream.ts#L142 )
215+ Defined in: [ stream.ts:182 ] ( https://github.com/calebboyd/pez/blob/91a6433 /src/stream.ts#L182 )
220216
221217___
222218
@@ -226,14 +222,14 @@ ___
226222
227223** Returns:** * Promise* <* void* \>
228224
229- Defined in: [ stream.ts:131 ] ( https://github.com/calebboyd/pez/blob/557aceb /src/stream.ts#L131 )
225+ Defined in: [ stream.ts:171 ] ( https://github.com/calebboyd/pez/blob/91a6433 /src/stream.ts#L171 )
230226
231227___
232228
233229### return
234230
235- ▸ ` Protected ` ** return** (): * Promise* <* IteratorReturnResult * < * void* \> \>
231+ ▸ ` Protected ` ** return** (): * Promise* <* void* \>
236232
237- ** Returns:** * Promise* <* IteratorReturnResult * < * void* \> \>
233+ ** Returns:** * Promise* <* void* \>
238234
239- Defined in: [ stream.ts:151 ] ( https://github.com/calebboyd/pez/blob/557aceb /src/stream.ts#L151 )
235+ Defined in: [ stream.ts:191 ] ( https://github.com/calebboyd/pez/blob/91a6433 /src/stream.ts#L191 )
0 commit comments