gpt4 book ai didi

redis - 我的 redis 数据模型的键或列表?

转载 作者:可可西里 更新时间:2023-11-01 11:05:18 27 4
gpt4 key购买 nike

我正在构建我的应用程序的数据模型,基本上,对于给定的用户,我想保留他/她的 friend 列表以及他们每个人的状态(如果他们接受成为 friend 的请求或者如果他们还没有)

我最终得到了几个 key :(一个给 tom 的每个 friend )

friends:tom:status:jessica => joined
friends:tom:status:stephan => joined
friends:tom:status:hubert => pending
friends:tom:status:peter => declined

这是处理该问题的最佳方式还是应该以其他方式使用列表?

最佳答案

你可以尝试使用例如hash结构,其中散列键为 friends:tom:status,字段代表 friend 姓名/ID,值代表他的状态。哈希结构更多memory efficient比一般的专用键。

关于redis - 我的 redis 数据模型的键或列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9020575/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com