私は現在、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 を初めて使用しますが、どのようなオプションがありますか?