Skip to content

Commit b83d851

Browse files
committed
Fix wrong aggregation arguments order
Docs part (to squash later) Modified CreateArgs and SearchArgs Address review comments 1/many Addressed review comment by Igor, more polishing
1 parent 75dbb2d commit b83d851

26 files changed

+2783
-343
lines changed

docs/new-features.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# New & Noteworthy
22

3+
4+
## What’s new in Lettuce 6.8
5+
- [RediSearch support](user-guide/redis-search.md) through `RediSearchCommands` and the respective reactive, async and Kotlin APIs
6+
7+
## What’s new in Lettuce 6.7
8+
- [VectorSet support](user-guide/vector-sets.md) through `RedisVectorSetCommands` and the respective reactive, async and Kotlin APIs
9+
- `ConnectionPoolSupport` also allows the user to provide custom connection validations
10+
11+
## What’s new in Lettuce 6.6
12+
- Support `HGETDEL`, `HGETEX` and `HSETEX`
13+
- Introduce command replay filter to avoid command replaying after reconnect
14+
- Deprecate the STRALGO command and implement the LCS in its place
15+
- Token based authentication integration with core extension
16+
317
## What’s new in Lettuce 6.5
418

519
- [RedisJSON support](user-guide/redis-json.md) through `RedisJSONCommands` and the respective reactive, async and Kotlin APIs

0 commit comments

Comments
 (0)