@ -392,6 +392,10 @@ func (rh *RedisonHandler) JSONObjKeys(key, path string) ([]string, error) {
}
resArr := res.([]any)
if len(resArr) == 0 {
return nil, nil
resArr = resArr[0].([]any)
slc := make([]string, len(resArr))
The note is not visible to the blocked user.