File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
content/develop/whats-new Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,54 @@ linkTitle: What's new?
1111hideListLinks : true
1212weight : 10
1313---
14+ ## Q3 2025 (July - September) Updates
15+
16+ ### Tools
17+
18+ - Added [ redis-cli installation instructions] ({{< relref "/develop/tools/cli" >}})
19+
20+ ---
21+
22+ ### Redis AI & Vectors
23+
24+ - Updated [ vector types documentation] ({{< relref "/develop/ai/search-and-query/vectors/_ index" >}}) for INT8 and UINT8
25+ - Added [ GEO search precision information] ({{< relref "/develop/ai/search-and-query/indexing/geoindex" >}})
26+ - Enhanced [ LangCache SDK] ({{< relref "/develop/ai/langcache/_ index" >}}) with savings calculator and improved API documentation
27+
28+ ---
29+
30+ ### Data Types
31+
32+ - [ Bitmaps] ({{< relref "/develop/data-types/bitmaps" >}}):
33+ - Added BITOP documentation with Python testable code examples
34+ - Added bit operation diagrams
35+
36+ ---
37+
38+ ### Client Libraries
39+
40+ #### Java (Jedis)
41+ - Added [ vector set embedding examples] ({{< relref "/develop/clients/jedis/vecsets" >}})
42+
43+ #### .NET (NRedisStack)
44+ - Added [ vector set embedding examples] ({{< relref "/develop/clients/dotnet/vecsets" >}})
45+ - Enabled C#-Sync and C#-Async client variants with async examples on the landing page
46+
47+ #### Rust (NEW)
48+ - Added initial [ Rust client documentation] ({{< relref "/develop/clients/rust/_ index" >}})
49+ - Enabled Rust-Sync and Rust-Async client variants
50+ - Landing page code examples for Rust
51+
52+ ---
53+
54+ ### Documentation Updates
55+
56+ - Added [ close/quit details] ({{< relref "/develop/clients/_ index" >}}) to client landing pages
57+ - Added [ redlock-universal] ({{< relref "/develop/clients/patterns/distributed-locks" >}}) to Redlock implementations list
58+ - Fixed [ keyspace notifications] ({{< relref "/develop/pubsub/keyspace-notifications" >}}) typo
59+ - Updated Unicode quotes to ASCII throughout documentation
60+ - Fixed broken links and improved cross-references
61+
1462## Q2 2025 (April - June) Updates
1563
1664### Tools
You can’t perform that action at this time.
0 commit comments