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
Q:
1.The reaosn for creating a list of json is that i'd like to some category collection in redis
,i wonder how bad it effect the performance ,
I could also assign the json as :
key,customer_json instead of key,[customer_json]
2.How could i preform a search for specific json where key holds a list of json as desribe above?
The text was updated successfully, but these errors were encountered:
I see a key pointing to list of json :
example of insreted json
customer_json:
So now I append each of the json as following:
I'd like to preform a search finding specific customer_no
I tried something like:
Q:
1.The reaosn for creating a list of json is that i'd like to some category collection in redis
,i wonder how bad it effect the performance ,
I could also assign the json as :
key,customer_json instead of key,[customer_json]
2.How could i preform a search for specific json where key holds a list of json as desribe above?
The text was updated successfully, but these errors were encountered: