摘要: string lua = @"local counts=redis.call('HLEN',@yhKey) if tonumber(counts)>=tonumber(@places) then return 2 elseif redis.call('HEXISTS',@yhKey,@bankCard)==1 then return 3 elseif redis.call('EXIST... 阅读全文
posted @ 2018-08-09 09:05 hllive 阅读(456) 评论(0) 推荐(0)