使用 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 对象。
你怎么做到这一点?