1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

FT.CURSOR READ

This commit is contained in:
Leibale
2023-11-06 14:06:54 -05:00
parent ebca66d6f6
commit 98970fab2e
5 changed files with 55 additions and 109 deletions

View File

@@ -207,6 +207,7 @@ await cluster.multi()
### Search
- `FT.SUGDEL`: [^boolean-to-number]
- `FT.CURSOR READ`: `cursor` type changed from `number` to `string` (in and out) to avoid issues when the number is bigger than `Number.MAX_SAFE_INTEGER`. See [here](https://github.com/redis/node-redis/issues/2561).
### Time Series