1515- [ buffers] ( RedisStream.md#buffers )
1616- [ client] ( RedisStream.md#client )
1717- [ consumer] ( RedisStream.md#consumer )
18+ - [ control] ( RedisStream.md#control )
1819- [ count] ( RedisStream.md#count )
1920- [ deleteOnAck] ( RedisStream.md#deleteonack )
2021- [ done] ( RedisStream.md#done )
4647
4748#### Defined in
4849
49- [ stream.ts:63 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L63 )
50+ [ stream.ts:75 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L75 )
5051
5152## Properties
5253
5657
5758#### Defined in
5859
59- [ stream.ts:35 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L35 )
60+ [ stream.ts:43 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L43 )
6061
6162___
6263
6667
6768#### Defined in
6869
69- [ stream.ts:31 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L31 )
70+ [ stream.ts:39 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L39 )
7071
7172___
7273
7677
7778#### Defined in
7879
79- [ stream.ts:32 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L32 )
80+ [ stream.ts:40 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L40 )
8081
8182___
8283
8384### client
8485
8586• ` Readonly ` ** client** : ` Redis `
8687
87- 'entry' mode will dispense each entry of each stream
88- 'stream' mode will dispense each stream containing entries
89- 'batch' mode will dispense all streams with all entries
90-
9188#### Defined in
9289
93- [ stream.ts:23 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L23 )
90+ [ stream.ts:30 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L30 )
9491
9592___
9693
10097
10198#### Defined in
10299
103- [ stream.ts:25] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad/src/stream.ts#L25 )
100+ [ stream.ts:33] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3/src/stream.ts#L33 )
101+
102+ ___
103+
104+ ### control
105+
106+ • ` Optional ` ` Readonly ` ** control** : ` Redis `
107+
108+ #### Defined in
109+
110+ [ stream.ts:31] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3/src/stream.ts#L31 )
104111
105112___
106113
110117
111118#### Defined in
112119
113- [ stream.ts:29 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L29 )
120+ [ stream.ts:37 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L37 )
114121
115122___
116123
120127
121128#### Defined in
122129
123- [ stream.ts:36 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L36 )
130+ [ stream.ts:44 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L44 )
124131
125132___
126133
@@ -132,7 +139,7 @@ Flag for iterable state
132139
133140#### Defined in
134141
135- [ stream.ts:48 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L48 )
142+ [ stream.ts:56 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L56 )
136143
137144___
138145
142149
143150#### Defined in
144151
145- [ stream.ts:49 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L49 )
152+ [ stream.ts:57 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L57 )
146153
147154___
148155
152159
153160#### Defined in
154161
155- [ stream.ts:24 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L24 )
162+ [ stream.ts:32 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L32 )
156163
157164___
158165
162169
163170#### Defined in
164171
165- [ stream.ts:30 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L30 )
172+ [ stream.ts:38 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L38 )
166173
167174___
168175
@@ -171,12 +178,12 @@ ___
171178• ** pendingAcks** : ` Map ` <` string ` , ` string ` [ ] \>
172179
173180Acks waiting to be sent on either:
174- - timeout
181+ - interval
175182- async iteration
176183
177184#### Defined in
178185
179- [ stream.ts:44 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L44 )
186+ [ stream.ts:52 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L52 )
180187
181188___
182189
186193
187194#### Defined in
188195
189- [ stream.ts:28 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L28 )
196+ [ stream.ts:36 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L36 )
190197
191198## Methods
192199
200207
201208#### Defined in
202209
203- [ stream.ts:128 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L128 )
210+ [ stream.ts:145 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L145 )
204211
205212___
206213
221228
222229#### Defined in
223230
224- [ stream.ts:185 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L185 )
231+ [ stream.ts:204 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L204 )
225232
226233___
227234
235242
236243#### Defined in
237244
238- [ stream.ts:174 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L174 )
245+ [ stream.ts:190 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L190 )
239246
240247___
241248
249256
250257#### Defined in
251258
252- [ stream.ts:195 ] ( https://github.com/calebboyd/redis-x-stream/blob/4a00dad /src/stream.ts#L195 )
259+ [ stream.ts:214 ] ( https://github.com/calebboyd/redis-x-stream/blob/52317a3 /src/stream.ts#L214 )
0 commit comments