gpt4 book ai didi

redis - 仅在尚未设置时才设置原子

转载 作者:IT王子 更新时间:2023-10-29 05:58:17 26 4
gpt4 key购买 nike

只有在 Redis 中尚未设置的情况下,是否有任何方法可以执行原子集?

具体来说,我正在创建一个像“myapp:user:user_email”这样的用户,并希望 Redis 在“user_email”已被使用时返回一个错误,而不是默默地替换旧值。类似于声明,而不是替换。

最佳答案

参见 SETNX

Set key to hold string value if key does not exist. In that case, it is equal to SET. When key already holds a value, no operation is performed. SETNX is short for "SET if N ot e X ists".

您可以检查返回值。如果为0,表示key没有设置,表示已经存在。

关于redis - 仅在尚未设置时才设置原子,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16159092/

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