-
Notifications
You must be signed in to change notification settings - Fork 238
DOC-5422, DOC-5365: update what's new section with 8.2 info and add release notes #1894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you, @andy-stark-redis! |
Let's wait for a review from Bosmat please. |
I couldn't add Bosmat as a reviewer. Please ensure this gets reviewed quickly as the content is already overdue. |
- [`XDELEX`]({{< relref "/commands/xdelex/" >}}): Delete entries from streams with advanced consumer group handling options. | ||
- [`XACKDEL`]({{< relref "/commands/xackdel/" >}}): Acknowledge and delete stream entries in a single atomic operation. | ||
|
||
These commands include `KEEPREF`, `DELREF`, and `ACKED` options that give you precise control over how consumer group references are handled during entry deletion. This simplifies common patterns where you need to clean up acknowledged entries while maintaining consumer group integrity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"while maintaining consumer group integrity"
please change to
"while working with multiple consumer groups"
|
||
These commands include `KEEPREF`, `DELREF`, and `ACKED` options that give you precise control over how consumer group references are handled during entry deletion. This simplifies common patterns where you need to clean up acknowledged entries while maintaining consumer group integrity. | ||
|
||
The [`XADD`]({{< relref "/commands/xadd/" >}}) and [`XTRIM`]({{< relref "/commands/xtrim/" >}}) commands have also been extended with these same options, providing consistent behavior across all stream management operations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"all stream management operations"
please change to
"all commands that removes stream entries"
The new [`CLUSTER SLOT-STATS`]({{< relref "/commands/cluster-slot-stats/" >}}) command provides detailed per-slot usage metrics including: | ||
- Key count per slot | ||
- CPU time consumption | ||
- Network I/O statistics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Network I/O statistics"
please change to
"Network ingress and egress"
|
||
### Vector search enhancements | ||
|
||
Redis 8.2 introduces the SVS-VAMANA vector index type, which supports vector compression and is optimized for Intel machines. This new index type can significantly reduce memory usage while maintaining search performance for vector similarity operations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this paragraph.
We will have to remove this from OSS on 8.2.1 because it uses a intel library that is not compatible with AGPL.
- **ANDOR**: Combine AND and OR operations in a single command. | ||
- **ONE**: Specialized operation for single-bit scenarios. | ||
|
||
These new operators enable more complex bitmap analytics and can simplify operations that previously required multiple commands. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"bitmap analytics"
please change to
"bitmap workflows"
|
||
## Security improvements | ||
|
||
Redis 8.2 includes important security fixes: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this section be on the top? (if sections are ordered by importance)
DOC-5422
The release notes were taken directly from redis/redis and copy-edited to align with our style guide.
The What's new document is net new and needs review by PM (@ViktarStarastsenka).