ServiceStack の Redis C# クライアントを使用して、保存されている JSON オブジェクト内の値を検索する方法はありますか?
たとえば、次のキーがあります。
urn:comment:1, urn:comment:2 etc and the corresponding values stored are:
"{Id:1, CommentText:"some text here that could be quite large..." ...} etc
ユーザーは、文字列を入力し、入力した文字列を含むすべての Comment オブジェクトを表示したい場合があります。
これどうやってやるの?