You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we can not get the []string arrary, in search result in documents,it poped the error:
interface conversion: interface {} is string, not []string,
and the struct of data like this:
and the inner data of [] got it from document like this "[good at learning, understanding and thinking in a logical way about things; showing this ability; able to understand and learn things]"
it's a string not arrary
It should be noted that orginal the array with length 2,then i can't get it []string format again,it
any idea?,we just can get that with HGET,but we had to many datas, it too slow,
The text was updated successfully, but these errors were encountered:
we can not get the []string arrary, in search result in documents,it poped the error:
and the struct of data like this:
and the inner data of [] got it from document like this
"[good at learning, understanding and thinking in a logical way about things; showing this ability; able to understand and learn things]"
it's a string not arrary
It should be noted that orginal the array with length 2,then i can't get it []string format again,it
any idea?,we just can get that with HGET,but we had to many datas, it too slow,
The text was updated successfully, but these errors were encountered: