redis / rueidis

A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
Apache License 2.0
2.47k stars 158 forks source link

Add FTSearch, FTCreate, and FTDropIndex functions to rueidiscompat #608

Closed rueian closed 1 day ago

rueian commented 3 months ago

These new commands are introduced in go-redis 9.6.0. We should catch them up in rueidiscompat by implementing the following TODOs:

https://github.com/redis/rueidis/blob/1e07e97e9cec2f742ba9fc4da7cdf31d55ab781c/rueidiscompat/adapter.go#L428-L460

Akhil-2001 commented 3 months ago

Interesting. I'd appreciate any hints which would help me. Can I try working on this?

rueian commented 3 months ago

Hi @Akhil-2001,

Thank you for your interest. Would you mind trying https://github.com/redis/rueidis/issues/607 first? That will be much easier than this one.

rueian commented 2 months ago

Hi @Akhil-2001, sorry that #607 has been resolved. Would you like to continue to work on the current #608?

unknowntpo commented 1 month ago

I can help !

rueian commented 1 day ago

https://github.com/redis/rueidis/pull/676 is merged. Thank you for your great work @unknowntpo!!