Tihomir Krasimirov Mateev

Results 283 comments of Tihomir Krasimirov Mateev

> [@tishun](https://github.com/tishun) I tried to set up Redis Sentinel on my local and run with your code, but it worked without issues. Could you please check my code: https://github.com/thachlp/redis-sentinel Oh,...

Hey @lalatnayak , can you help me understand what stands for `MemoryDbCommands.FT_SEARCH`? Also how you build up the `args`. These are critical for command routing.

> [@tishun](https://github.com/tishun) Checking if you have any thoughts on this one. Yes, I will reply in length on Monday, but in short : it is quite probably in the way...

Was not able to get to that, apologies. Will write back as soon as I have some time to spare.

So, provided the code you've given, there are a few things to have in mind: - the FT.SEARCH command does not really have a key, so you've correctly only assigned...

> Here is the Redis Config Class. I am still not sure which node you connect to. Do you pass the address of the master? > I connect directly to...

FWIW the team is working on the FT.SEARCH right now and we've released an early preview version. We expect to iron out the cluster support soon and you can simply...

[Lettuce 6.8.x](https://github.com/redis/lettuce/releases/tag/6.8.0.RELEASE) contains the new _experimental_ Redisearch APIs

Hey @yeyinglang , This solution would serve a very specific use case (the one you described), but would regress the performance for others. For example, if the typical payload is...

> If the key is too large(large than 64K), it often lead to reduced processing performance on the Redis Server, increased network transmission time (and higher probability of network errors),...