Skip to content

Is Milvus an alternative for Redis? #3923

Discussion options

You must be logged in to vote

Hi,
Thanks for your sharing.

Actually Milvus is a vector similarity search engine, unlike the traditional databases, Milvus currently only stores vectors and their corresponding ids, although we plan to store more information in future versions. So whether Milvus can totally replace Redis depends on your scenario, if the data only has vectors and ids then Milvus can. However, a lot of data contains more information than just ids, which requires access to a structured database such as Redis or MySQL.

I think Milvus can really help you if you're moving vector search, it's a great option! In distributed we use shared storage, you can refer to Mishards, also Milvus-Helm.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@dinuthomas
Comment options

@CloudMarc
Comment options

@yhmo
Comment options

@yhmo
Comment options

Answer selected by gujun720
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants