Skip to content

Commit 946ea5a

Browse files
committed
Merge branch 'main' into release-rs-gilboa
2 parents 3b6610e + 951c28f commit 946ea5a

File tree

47 files changed

+4766
-327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+4766
-327
lines changed

content/commands/acl-log.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ title: ACL LOG
4747
---
4848
The command shows a list of recent ACL security events:
4949

50-
1. Failures to authenticate their connections with [`AUTH`]({{< relref "/commands/auth" >}}) or [`HELLO`]({{< relref "/commands/hello" >}}).
51-
2. Commands denied because against the current ACL rules.
52-
3. Commands denied because accessing keys not allowed in the current ACL rules.
50+
1. Failed authentications with [`AUTH`]({{< relref "/commands/auth" >}}) or [`HELLO`]({{< relref "/commands/hello" >}}) (reason = auth)
51+
2. Commands violating the current ACL rules
52+
- Disallowed commands (reason = command).
53+
- Disallowed keys (reason = key).
54+
- Disallowed pub/sub channel (reason = channel).
5355

5456
The optional argument specifies how many entries to show. By default
5557
up to ten failures are returned. The special [`RESET`]({{< relref "/commands/reset" >}}) argument clears the log.

content/commands/exists.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ The user should be aware that if the same existing key is mentioned in the argum
5858

5959
## Examples
6060

61+
{{< clients-example set="cmds_generic" step="exists" >}}
62+
SET key1 "Hello"
63+
EXISTS key1
64+
EXISTS nosuchkey
65+
SET key2 "World"
66+
EXISTS key1 key2 nosuchkey
67+
{{< /clients-example >}}
68+
69+
Give these commands a try in the interactive console:
70+
6171
{{% redis-cli %}}
6272
SET key1 "Hello"
6373
EXISTS key1

content/develop/ai/langcache/api-reference.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ linkTitle: API reference
44
layout: apireference
55
type: page
66
params:
7-
sourcefile: ./api.yaml
87
sortOperationsAlphabetically: false
98
---

0 commit comments

Comments
 (0)