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

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 <1547186+ndyakov@users.noreply.github.com>
* feat: add acl support and command test

* validate client name before kill it

---------

Co-authored-by: Nedyalko Dyakov <1547186+ndyakov@users.noreply.github.com>
Co-authored-by: Nedyalko Dyakov <1547186+ndyakov@users.noreply.github.com>
* 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 <manish.sharma@manifestit.io>
Co-authored-by: Nedyalko Dyakov <1547186+ndyakov@users.noreply.github.com>
* 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 <1547186+ndyakov@users.noreply.github.com>
* 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
ndyakov
ndyakov previously approved these changes Nov 10, 2025
Copy link
Member

@ndyakov ndyakov left a comment

Choose a reason for hiding this comment

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

left couple comments, other than that lgtm.

ndyakov
ndyakov previously approved these changes Nov 11, 2025
Copy link
Member

@ndyakov ndyakov left a comment

Choose a reason for hiding this comment

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

I think we should be consistent with other libraries, what works for go-redis won't work for redis py at the moment. assuming we can change this in the future, but once this is out there for a while, even if it is marked as experimental, a change will break someones code.

@ndyakov ndyakov changed the title Added hybrid search command feat(command): Add hybrid search command Nov 11, 2025
@htemelski-redis htemelski-redis merged commit 9b7f1be into master Nov 11, 2025
21 checks passed
@htemelski-redis htemelski-redis deleted the hybrid-search branch November 11, 2025 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants