Aaron Dunnington aarondunnington
-
Vail Resorts
- Boulder, CO
- http://aarondunnington.com
View queue.lua
local ENQUEUE_CAPACITY = 100 | |
local function l_exists(rec, bin) | |
if aerospike:exists(rec) | |
and rec[bin] ~= nil | |
and type(rec) == "userdata" then | |
return true | |
end | |
return false | |
end |