Skip to content

Conversation

@htemelski-redis
Copy link
Contributor

Added support for the new ft.hybrid command.
Test are adapted version of the redis-py tests redis/redis-py#3813

}

// FTHybridOptions hold options that can be passed to the FT.HYBRID command
type FTHybridOptions struct {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
type FTHybridOptions struct {
type FTHybridArgs struct {

ofekshenawa and others added 8 commits November 10, 2025 09:26
* Add support for XReadGroup CLAIM argument

* modify tutorial tests

---------

Co-authored-by: Nedyalko Dyakov <[email protected]>
* feat: add acl support and command test

* validate client name before kill it

---------

Co-authored-by: Nedyalko Dyakov <[email protected]>
* improvements

* linter fixes

* prevention on unnecessary allocations in case of bad configuration

* Test/Benchmark, old code with safety harness preventing panic

---------

Co-authored-by: manish <[email protected]>
Co-authored-by: Nedyalko Dyakov <[email protected]>
* support for latency command

* add NonRedisEnterprise label for latency test
* Add support for certain slowlog commands

* add NonRedisEnterprise label for slow reset test

---------

Co-authored-by: Nedyalko Dyakov <[email protected]>
* add cas/cad commands

* feat(command): Add SetIFDEQ, SetIFDNE and *Get cmds

Decided to move the *Get argument as a separate methods, since the
response will be always the previous value, but in the case where
the previous value is `OK` there result may be ambiguous.

* fix tests

* matchValue to be interface{}

* Only Args approach for DelEx

* use uint64 for digest, add example

* test only for 8.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants