Skip to content

Commit f97c649

Browse files
authored
RediSearch with Lettuce - final fixes (#3371)
* 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 * Cluster tests * Extend wordlist * Extend wordlist 2 * Avoid NPE when empty result received * Avoid NPE when empty result received 2 * Disable cluster tests for 7.2 and 7.4
1 parent 75dbb2d commit f97c649

39 files changed

+3088
-384
lines changed

.github/wordlist.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,11 @@ jcl
321321
slf
322322
testcontainers
323323
Readme
324-
DefaultAzureCredential
324+
DefaultAzureCredential
325+
geospatial
326+
Geospatial
327+
RediSearch
328+
embeddings
329+
Dimensionality
330+
HNSW
331+
VectorSet

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)