我目前正在研究一个项目,该项目使用nodejs中的redis,很多数据以json字符串的形式存储在redis中。我有很多钥匙。
urn:comment:1, urn:comment:2 etc and the values contained are:
"{Id:1, CommentText:"some text here that could be quite large..." ...} etc
我需要的是一种在“commenttext”中搜索字符串的方法。
我是新来的,我有什么选择?
最佳答案
redis不太适合你想要的东西。
既然你想要全文搜索功能,我强烈建议使用弹性搜索elasticsearch.org