gpt4 book ai didi

lua - Redis Lua 不识别 Inf?

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

我正在 Redis 中编写一个 Lua 脚本,并且有一行破坏了一切:

local to_remove = redis.call('ZRANGE', KEYS[1], -5, "+inf")

返回:

redis.exceptions.ResponseError: Error running script (call to f_f1d95d2e103f00220a476f0ef2a2abc798682c55): ERR value is not an integer or out of range

如果我用任何数字替换“+inf”,这就会完全消失。我也试过“inf”和“-inf”,但都不起作用。想法?

最佳答案

没关系。我是个白痴。应该只是用“-1”代替“inf”。 ZRANGE 只是不支持 inf,而 -1 给出的结果与我对 inf 的预期相同。希望这对以后尝试做同样事情的人有所帮助。

关于lua - Redis Lua 不识别 Inf?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16681549/

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