似乎以下Redis Lua脚本返回了 false 而不是 nil ,这与文档中所说的相反: > eval "local r = redis.call('get', 'none'); if r==nil then return 42 end" 0 (nil) ...
確定! 回上一頁