lalatnayak
lalatnayak
@tishun I use FT.Search command to perform a K nearest neighbor search on an HNSW index on MemoryDB(that uses a flavor of Redis internally) I created an Enum that implements...
@tishun Checking if you have any thoughts on this one.
@tishun Here is the Redis Config Class. I connect directly to the cluster. In Production I have more than one replica. ```java /** * @param endpoint * @param port *...
Not it's not sharded at the moment but in the future it could be.
What's the version?