在使用哈希的redis中,如何根据条件或字段值获取键的所有相关字段?
像 hash key = details details 具有字段名称、类型 [student、teacher]、class、section 等。
当 type == "Student" 消除带有教师类型的字段时,我需要获取所有详细信息 [hash key] 字段?
redis中可以使用哪些属性?
在使用哈希的redis中,如何根据条件或字段值获取键的所有相关字段?
像 hash key = details details 具有字段名称、类型 [student、teacher]、class、section 等。
当 type == "Student" 消除带有教师类型的字段时,我需要获取所有详细信息 [hash key] 字段?
redis中可以使用哪些属性?