Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -321,4 +321,11 @@ jcl
slf
testcontainers
Readme
DefaultAzureCredential
DefaultAzureCredential
geospatial
Geospatial
RediSearch
embeddings
Dimensionality
HNSW
VectorSet
14 changes: 14 additions & 0 deletions docs/new-features.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# New & Noteworthy


## What’s new in Lettuce 6.8
- [RediSearch support](user-guide/redis-search.md) through `RediSearchCommands` and the respective reactive, async and Kotlin APIs

## What’s new in Lettuce 6.7
- [VectorSet support](user-guide/vector-sets.md) through `RedisVectorSetCommands` and the respective reactive, async and Kotlin APIs
- `ConnectionPoolSupport` also allows the user to provide custom connection validations

## What’s new in Lettuce 6.6
- Support `HGETDEL`, `HGETEX` and `HSETEX`
- Introduce command replay filter to avoid command replaying after reconnect
- Deprecate the STRALGO command and implement the LCS in its place
- Token based authentication integration with core extension

## What’s new in Lettuce 6.5

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