Skip to content

Commit b2fe7e9

Browse files
committed
document breaking changes
1 parent 810e842 commit b2fe7e9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/v4-to-v5.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ In older versions, if the socket disconnects during the pipeline execution, i.e.
141141

142142
In v5, any unwritten commands (in the same pipeline) will be discarded.
143143

144+
- `RedisFlushModes` -> `REDIS_FLUSH_MODES` [^enum-to-constants]
145+
144146
## Commands
145147

146148
### Redis
@@ -221,6 +223,13 @@ In v5, any unwritten commands (in the same pipeline) will be discarded.
221223

222224
- `FT.SUGDEL`: [^boolean-to-number]
223225
- `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).
226+
- `AggregateGroupByReducers` -> `FT_AGGREGATE_GROUP_BY_REDUCERS` [^enum-to-constants]
227+
- `AggregateSteps` -> `FT_AGGREGATE_STEPS` [^enum-to-constants]
228+
- `RedisSearchLanguages` -> `REDISEARCH_LANGUAGE` [^enum-to-constants]
229+
- `SchemaFieldTypes` -> `SCHEMA_FIELD_TYPE` [^enum-to-constants]
230+
- `SchemaTextFieldPhonetics` -> `SCHEMA_TEXT_FIELD_PHONETIC` [^enum-to-constants]
231+
- `SearchOptions` -> `FtSearchOptions`
232+
- `VectorAlgorithms` -> `SCHEMA_VECTOR_FIELD_ALGORITHM` [^enum-to-constants]
224233

225234
### Time Series
226235

0 commit comments

Comments
 (0)