Skip to content

Commit b286898

Browse files
committed
RC: check and update Unicode quotes to ASCII
1 parent 075d3c6 commit b286898

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

content/operate/rc/cloud-integrations/gcp-marketplace/team-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To grant Redis Cloud access to a Google Cloud user, select **Add** to add a memb
2525
If these roles are not available, you can add them to your project.
2626

2727
1. Select **Manage Roles**.
28-
2. Use the filter table field to locate the role. (Search for service usage viewer or Redis Cloud admin.)
28+
2. Use the filter table field to locate the role. (Search for "service usage viewer" or "Redis Cloud admin".)
2929
3. Select the role.
3030
4. Select **Create role from selection** and then select **Create**.
3131
5. Use IAM to add a member and assign the desired role.

content/operate/rc/databases/configuration/clustering.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ The Standard hashing policy is mostly consistent with the Redis hashing policy,
121121
1. Keys without a hashtag: when a key doesn't contain the '{...}' pattern, the entire key's name is used for hashing
122122

123123
In some cases, the Standard hashing policy behaves differently from the Redis hashing policy:
124-
1. Using empty hashtags (“{}”): the Standard hashing policy does not ignore empty hashtags, so two keys that start with empty hashtags will be hashed to the same hashslot (while the Redis hashing policy would ignore them).
124+
1. Using empty hashtags ("{}"): the Standard hashing policy does not ignore empty hashtags, so two keys that start with empty hashtags will be hashed to the same hashslot (while the Redis hashing policy would ignore them).
125125
For example: given 2 keys {}foo and {}bar, hashing would be:
126126
- Standard hashing policy: to the same hash slot
127127
- Redis hashing policy: to different hash slots
128128
2. Using multiple curly brackets: when a key’s name contains multiple curly brackets, the Standard hashing calculation might be different than the Redis hashing policy.
129129
For example: given 2 keys {foo}bar} and {foo}qux}:
130-
- Standard hashing policy: substrings foo}bar and foo}qux will be used for the 1st and 2nd key respectively, hashed each key to a different hash-slot.
131-
- Redis hashing policy: the substring foo will be used for both keys, hashing them to the same slot.
130+
- Standard hashing policy: substrings "foo}bar" and "foo}qux" will be used for the 1st and 2nd key respectively, hashed each key to a different hash-slot.
131+
- Redis hashing policy: the substring "foo" will be used for both keys, hashing them to the same slot.
132132

133133
{{< note >}}
134134
To allow seamless transition between hashing policies, the following techniques are not recommended:

content/operate/rc/databases/create-database/create-flex-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ When using Redis Flex, RAM storage holds:
4444
- Dictionaries
4545
- Hot data (working set)
4646

47-
All data is accessed through RAM. If a value in flash memory is accessed, it becomes part of the working set and is moved to RAM. These values are referred to as hot data.
47+
All data is accessed through RAM. If a value in flash memory is accessed, it becomes part of the working set and is moved to RAM. These values are referred to as "hot data".
4848

49-
Inactive or infrequently accessed data is referred to as warm data and stored in flash memory. When more space is needed in RAM, warm data is moved from RAM to flash storage.
49+
Inactive or infrequently accessed data is referred to as "warm data" and stored in flash memory. When more space is needed in RAM, warm data is moved from RAM to flash storage.
5050

5151
## Create a Redis Flex database on Redis Cloud Essentials
5252

0 commit comments

Comments
 (0)