Skip to content

Commit 92326e5

Browse files
committed
fix(docs): correct badge links
1 parent db326b7 commit 92326e5

File tree

6 files changed

+70
-57
lines changed

6 files changed

+70
-57
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# redis-x-stream
22

3-
An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries.
4-
Requires Redis 5 or greater.
3+
Create async iterables that emit redis stream entries. Requires Redis 5 or greater.
54

6-
![release](https://badgen.net/github/release/calebboyd/redis-x-stream)
7-
![license](https://badgen.net/badge/license/MIT/blue)
5+
[![release](https://badgen.net/github/release/calebboyd/redis-x-stream)](https://www.npmjs.com/package/redis-x-stream)
6+
[![license](https://badgen.net/badge/license/MIT/blue)](https://github.com/calebboyd/redis-x-stream/blob/main/LICENSE)
7+
8+
[![test](https://github.com/calebboyd/redis-x-stream/actions/workflows/test.yml/badge.svg)](https://github.com/calebboyd/redis-x-stream/actions)
89

9-
![test](https://github.com/calebboyd/redis-x-stream/actions/workflows/test.yml/badge.svg
10-
)
1110
## Getting Started
1211

1312
```javascript

docs/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ redis-x-stream / [Exports](modules.md)
22

33
# redis-x-stream
44

5-
An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries.
6-
Requires Redis 5 or greater.
5+
Create async iterables that emit redis stream entries. Requires Redis 5 or greater.
76

8-
![release](https://badgen.net/github/release/calebboyd/redis-x-stream)
9-
![license](https://badgen.net/badge/license/MIT/blue)
7+
[![release](https://badgen.net/github/release/calebboyd/redis-x-stream)](https://www.npmjs.com/package/redis-x-stream)
8+
[![license](https://badgen.net/badge/license/MIT/blue)](https://github.com/calebboyd/redis-x-stream/blob/main/LICENSE)
9+
10+
[![test](https://github.com/calebboyd/redis-x-stream/actions/workflows/test.yml/badge.svg)](https://github.com/calebboyd/redis-x-stream/actions)
1011

11-
![test](https://github.com/calebboyd/redis-x-stream/actions/workflows/test.yml/badge.svg
12-
)
1312
## Getting Started
1413

1514
```javascript

docs/classes/RedisStream.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
#### Defined in
5454

55-
[stream.ts:82](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L82)
55+
[stream.ts:82](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L82)
5656

5757
## Properties
5858

@@ -62,7 +62,7 @@
6262

6363
#### Defined in
6464

65-
[stream.ts:44](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L44)
65+
[stream.ts:44](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L44)
6666

6767
___
6868

@@ -72,7 +72,7 @@ ___
7272

7373
#### Defined in
7474

75-
[stream.ts:40](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L40)
75+
[stream.ts:40](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L40)
7676

7777
___
7878

@@ -82,7 +82,7 @@ ___
8282

8383
#### Defined in
8484

85-
[stream.ts:34](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L34)
85+
[stream.ts:34](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L34)
8686

8787
___
8888

@@ -92,7 +92,7 @@ ___
9292

9393
#### Defined in
9494

95-
[stream.ts:41](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L41)
95+
[stream.ts:41](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L41)
9696

9797
___
9898

@@ -102,7 +102,7 @@ ___
102102

103103
#### Defined in
104104

105-
[stream.ts:30](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L30)
105+
[stream.ts:30](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L30)
106106

107107
___
108108

@@ -112,7 +112,7 @@ ___
112112

113113
#### Defined in
114114

115-
[stream.ts:33](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L33)
115+
[stream.ts:33](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L33)
116116

117117
___
118118

@@ -122,7 +122,7 @@ ___
122122

123123
#### Defined in
124124

125-
[stream.ts:31](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L31)
125+
[stream.ts:31](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L31)
126126

127127
___
128128

@@ -132,7 +132,7 @@ ___
132132

133133
#### Defined in
134134

135-
[stream.ts:38](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L38)
135+
[stream.ts:38](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L38)
136136

137137
___
138138

@@ -142,7 +142,7 @@ ___
142142

143143
#### Defined in
144144

145-
[stream.ts:45](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L45)
145+
[stream.ts:45](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L45)
146146

147147
___
148148

@@ -154,7 +154,7 @@ Flag for iterable state
154154

155155
#### Defined in
156156

157-
[stream.ts:57](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L57)
157+
[stream.ts:57](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L57)
158158

159159
___
160160

@@ -164,7 +164,7 @@ ___
164164

165165
#### Defined in
166166

167-
[stream.ts:59](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L59)
167+
[stream.ts:59](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L59)
168168

169169
___
170170

@@ -174,7 +174,7 @@ ___
174174

175175
#### Defined in
176176

177-
[stream.ts:58](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L58)
177+
[stream.ts:58](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L58)
178178

179179
___
180180

@@ -184,7 +184,7 @@ ___
184184

185185
#### Defined in
186186

187-
[stream.ts:32](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L32)
187+
[stream.ts:32](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L32)
188188

189189
___
190190

@@ -194,7 +194,7 @@ ___
194194

195195
#### Defined in
196196

197-
[stream.ts:39](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L39)
197+
[stream.ts:39](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L39)
198198

199199
___
200200

@@ -208,7 +208,7 @@ Acks waiting to be sent on either:
208208

209209
#### Defined in
210210

211-
[stream.ts:53](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L53)
211+
[stream.ts:53](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L53)
212212

213213
___
214214

@@ -218,7 +218,7 @@ ___
218218

219219
#### Defined in
220220

221-
[stream.ts:37](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L37)
221+
[stream.ts:37](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L37)
222222

223223
## Methods
224224

@@ -232,7 +232,7 @@ ___
232232

233233
#### Defined in
234234

235-
[stream.ts:160](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L160)
235+
[stream.ts:160](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L160)
236236

237237
___
238238

@@ -253,7 +253,7 @@ ___
253253

254254
#### Defined in
255255

256-
[stream.ts:226](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L226)
256+
[stream.ts:226](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L226)
257257

258258
___
259259

@@ -273,7 +273,7 @@ ___
273273

274274
#### Defined in
275275

276-
[stream.ts:250](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L250)
276+
[stream.ts:250](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L250)
277277

278278
___
279279

@@ -289,7 +289,7 @@ Iterate through remaining items in the PEL and exit
289289

290290
#### Defined in
291291

292-
[stream.ts:258](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L258)
292+
[stream.ts:258](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L258)
293293

294294
___
295295

@@ -305,7 +305,7 @@ Immediately stop processing entries
305305

306306
#### Defined in
307307

308-
[stream.ts:266](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L266)
308+
[stream.ts:266](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L266)
309309

310310
___
311311

@@ -319,7 +319,7 @@ ___
319319

320320
#### Defined in
321321

322-
[stream.ts:212](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L212)
322+
[stream.ts:212](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L212)
323323

324324
___
325325

@@ -333,4 +333,4 @@ ___
333333

334334
#### Defined in
335335

336-
[stream.ts:277](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L277)
336+
[stream.ts:277](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L277)

docs/interfaces/RedisStreamOptions.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ false
3434

3535
#### Defined in
3636

37-
[types.ts:76](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/types.ts#L76)
37+
[types.ts:76](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/types.ts#L76)
3838

3939
___
4040

@@ -47,7 +47,7 @@ while waiting for new entries on any stream, passed to xread or xreadgroup
4747

4848
#### Defined in
4949

50-
[types.ts:70](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/types.ts#L70)
50+
[types.ts:70](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/types.ts#L70)
5151

5252
___
5353

@@ -60,7 +60,7 @@ This applies to entry id and kv results
6060

6161
#### Defined in
6262

63-
[types.ts:59](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/types.ts#L59)
63+
[types.ts:59](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/types.ts#L59)
6464

6565
___
6666

@@ -73,7 +73,7 @@ Note: if only consumer is provided, a group is created automatically
7373

7474
#### Defined in
7575

76-
[types.ts:43](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/types.ts#L43)
76+
[types.ts:43](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/types.ts#L43)
7777

7878
___
7979

@@ -90,7 +90,7 @@ eg. the "highWaterMark"
9090

9191
#### Defined in
9292

93-
[types.ts:65](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/types.ts#L65)
93+
[types.ts:65](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/types.ts#L65)
9494

9595
___
9696

@@ -107,7 +107,7 @@ false
107107

108108
#### Defined in
109109

110-
[types.ts:82](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/types.ts#L82)
110+
[types.ts:82](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/types.ts#L82)
111111

112112
___
113113

@@ -122,7 +122,7 @@ TODO: not yet implemented
122122

123123
#### Defined in
124124

125-
[types.ts:94](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/types.ts#L94)
125+
[types.ts:94](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/types.ts#L94)
126126

127127
___
128128

@@ -135,7 +135,7 @@ Note: if only a group is provided a consumer is created automatically
135135

136136
#### Defined in
137137

138-
[types.ts:38](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/types.ts#L38)
138+
[types.ts:38](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/types.ts#L38)
139139

140140
___
141141

@@ -151,7 +151,7 @@ false
151151

152152
#### Defined in
153153

154-
[types.ts:87](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/types.ts#L87)
154+
[types.ts:87](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/types.ts#L87)
155155

156156
___
157157

@@ -164,7 +164,7 @@ NOTE: by default this connection becomes a "reader" when block > 0
164164

165165
#### Defined in
166166

167-
[types.ts:48](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/types.ts#L48)
167+
[types.ts:48](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/types.ts#L48)
168168

169169
___
170170

@@ -178,7 +178,7 @@ Only allowed if block = 0 or Infinity
178178

179179
#### Defined in
180180

181-
[types.ts:54](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/types.ts#L54)
181+
[types.ts:54](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/types.ts#L54)
182182

183183
___
184184

@@ -190,4 +190,4 @@ Redis stream keys to be read. If a Record is provided each value is the starting
190190

191191
#### Defined in
192192

193-
[types.ts:33](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/types.ts#L33)
193+
[types.ts:33](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/types.ts#L33)

docs/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535

3636
#### Defined in
3737

38-
[stream.ts:282](https://github.com/calebboyd/redis-x-stream/blob/d84497b/src/stream.ts#L282)
38+
[stream.ts:282](https://github.com/calebboyd/redis-x-stream/blob/db326b7/src/stream.ts#L282)

0 commit comments

Comments
 (0)