From 56e3d71fdfcfdbb058d2d08912c2bcc1d10272a4 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Mon, 24 Feb 2025 12:02:16 -0800 Subject: [PATCH] DEV: quick fixes to key-specs page --- content/develop/reference/key-specs.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/develop/reference/key-specs.md b/content/develop/reference/key-specs.md index 49b89cb3f5..64ba45a036 100644 --- a/content/develop/reference/key-specs.md +++ b/content/develop/reference/key-specs.md @@ -109,7 +109,6 @@ Examples: * The [`MSET`]({{< relref "/commands/mset" >}}) command has a _range_ of _-1_, _2_ and _0_. * The [`XREAD`]({{< relref "/commands/xread" >}}) command has a _range_ of _-1_, _1_ and _2_. * 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_. -* 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_. **Note:** 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 ## Examples -### [`SET`]({{< relref "/commands/set" >}})'s key specifications +### SET key specifications ``` 1) 1) "flags" @@ -230,7 +229,7 @@ When this flag is present, it means that the key specification flags cover all p 6) (integer) 0 ``` -### [`ZUNION`]({{< relref "/commands/zunion" >}})'s key specifications +### ZUNION key specifications ``` 1) 1) "flags"