Skip to content

Commit fad07f5

Browse files
authored
DEV: check and update (Unicode) quotes to ASCII (#2077)
1 parent ed8cddb commit fad07f5

Some content is hidden

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

51 files changed

+72
-72
lines changed

content/commands/acl-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Each log entry is composed of the following fields:
9292
5. `username`: The username that executed the command that caused the security events or the username that had a failed authentication attempt.
9393
6. `age-seconds`: Age of the log entry in seconds.
9494
7. `client-info`: Displays the client info of a client which caused one of the security events.
95-
8. `entry-id`: The sequence number of the entry (starting at 0) since the server process started. Can also be used to check if items were lost, if they fell between periods.
95+
8. `entry-id`: The sequence number of the entry (starting at 0) since the server process started. Can also be used to check if items were "lost", if they fell between periods.
9696
9. `timestamp-created`: A UNIX timestamp in `milliseconds` at the time the entry was first created.
9797
10. `timestamp-last-updated`: A UNIX timestamp in `milliseconds` at the time the entry was last updated.
9898

content/commands/cf.count.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ redis> CF.COUNT cf item2
6363

6464
## Return information
6565

66-
{{< multitabs id=cf-count-return-info"
66+
{{< multitabs id="cf-count-return-info"
6767
tab1="RESP2"
6868
tab2="RESP3" >}}
6969

content/commands/cf.del.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ redis> CF.DEL cf item2
7777

7878
## Return information
7979

80-
{{< multitabs id=cf-del-return-info"
80+
{{< multitabs id="cf-del-return-info"
8181
tab1="RESP2"
8282
tab2="RESP3" >}}
8383

content/commands/cf.info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ redis> CF.INFO cf
6464

6565
One of the following:
6666

67-
{{< multitabs id=cf-info-return-info"
67+
{{< multitabs id="cf-info-return-info"
6868
tab1="RESP2"
6969
tab2="RESP3" >}}
7070

content/commands/cf.insert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ redis> CF.INSERT cf2 ITEMS 1 1 1 1
109109

110110
## Return information
111111

112-
{{< multitabs id=cf-insert-return-info"
112+
{{< multitabs id="cf-insert-return-info"
113113
tab1="RESP2"
114114
tab2="RESP3" >}}
115115

content/commands/cf.insertnx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ redis> CF.INSERTNX cf_new CAPACITY 1000 NOCREATE ITEMS item1 item2
119119

120120
## Return information
121121

122-
{{< multitabs id=cf-insert-return-info"
122+
{{< multitabs id="cf-insert-return-info"
123123
tab1="RESP2"
124124
tab2="RESP3" >}}
125125

content/commands/cluster-slot-stats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The command reports on the following statistics:
110110

111111
## Return information
112112

113-
{{< multitabs id=cmd-name-return-info"
113+
{{< multitabs id="cmd-name-return-info"
114114
tab1="RESP2"
115115
tab2="RESP3" >}}
116116

content/commands/cms.incrby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ redis> CMS.INCRBY test foo 10 bar 42
5555

5656
## Return information
5757

58-
{{< multitabs id=cms-incrby-return-info"
58+
{{< multitabs id="cms-incrby-return-info"
5959
tab1="RESP2"
6060
tab2="RESP3" >}}
6161

content/commands/cms.info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ redis> CMS.INFO test
4949

5050
## Return information
5151

52-
{{< multitabs id=cms-info-return-info"
52+
{{< multitabs id="cms-info-return-info"
5353
tab1="RESP2"
5454
tab2="RESP3" >}}
5555

content/commands/cms.initbydim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ OK
5151

5252
## Return information
5353

54-
{{< multitabs id=cms-initbydim-return-info"
54+
{{< multitabs id="cms-initbydim-return-info"
5555
tab1="RESP2"
5656
tab2="RESP3" >}}
5757

0 commit comments

Comments
 (0)