Skip to content

Commit

Permalink
fix typos in redis.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyWoo committed Jun 14, 2023
1 parent 9d54831 commit 49082bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/engines/table-engines/integrations/redis.md
Expand Up @@ -114,6 +114,6 @@ TRUNCATE TABLE redis_table SYNC;

## Limitations {#limitations}

Redis engine also support scanning query, such as `where k > xx`, but it has some limitations:
1. Scanning query may produce some duplicated keys in a very rare case when it is rehashing, details see [Redis Scan](https://github.com/redis/redis/blob/e4d183afd33e0b2e6e8d1c79a832f678a04a7886/src/dict.c#L1186-L1269)
2. During the scanning keys could be created and deleted, so the resulting dataset can not represent a valid point in time.
Redis engine also supports scanning queries, such as `where k > xx`, but it has some limitations:
1. Scanning query may produce some duplicated keys in a very rare case when it is rehashing. See details in [Redis Scan](https://github.com/redis/redis/blob/e4d183afd33e0b2e6e8d1c79a832f678a04a7886/src/dict.c#L1186-L1269)
2. During the scanning, keys could be created and deleted, so the resulting dataset can not represent a valid point in time.

0 comments on commit 49082bf

Please sign in to comment.