gpt4 book ai didi

redis - 如何使用NX选项设置值并使用ServiceStack.Redis到期?

转载 作者:行者123 更新时间:2023-12-03 06:41:24 24 4
gpt4 key购买 nike

我正在使用ServiceStack.Redis在REDIS上执行命令。

我想简单地用expire和NX选项设置值(即:仅在不存在时设置)。

SET resource_name my_value NX PX 30000

问题在于ServiceStack.Redis客户端只有两种方法:

client.SetValue() // <-- this one has Timespan expire argument
client.SetValueIfNotExists() // <-- this one doesn't

有没有办法做到这一点 ?

最佳答案

我在public bool SetValueIfNotExists(string key, string value, TimeSpan expireIn)中看到了RedisClient.csline 183

如果未在随附的包装中看到您使用的版本,请注明。

关于redis - 如何使用NX选项设置值并使用ServiceStack.Redis到期?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60056378/

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