Skip to content

Commit 9f22f54

Browse files
authored
DEV: quick fixes to key-specs page (#1206)
1 parent 946681b commit 9f22f54

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/develop/reference/key-specs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ Examples:
109109
* The [`MSET`]({{< relref "/commands/mset" >}}) command has a _range_ of _-1_, _2_ and _0_.
110110
* The [`XREAD`]({{< relref "/commands/xread" >}}) command has a _range_ of _-1_, _1_ and _2_.
111111
* The [`ZUNION`]({{< relref "/commands/zunion" >}}) command has a _start_search_ type _index_ with the value _1_, and `find_keys` of type _keynum_ with values of _0_, _1_ and _1_.
112-
* The [`AI.DAGRUN`](https://oss.redislabs.com/redisai/master/commands/#aidagrun) command has a _start_search_ of type _keyword_ with values of _"LOAD"_ and _1_, and `find_keys` of type _keynum_ with values of _0_, _1_ and _1_.
113112

114113
**Note:**
115114
this isn't a perfect solution as the module writers can come up with anything.
@@ -205,7 +204,7 @@ When this flag is present, it means that the key specification flags cover all p
205204

206205
## Examples
207206

208-
### [`SET`]({{< relref "/commands/set" >}})'s key specifications
207+
### SET key specifications
209208

210209
```
211210
1) 1) "flags"
@@ -230,7 +229,7 @@ When this flag is present, it means that the key specification flags cover all p
230229
6) (integer) 0
231230
```
232231

233-
### [`ZUNION`]({{< relref "/commands/zunion" >}})'s key specifications
232+
### ZUNION key specifications
234233

235234
```
236235
1) 1) "flags"

0 commit comments

Comments
 (0)