ing-batch-redis.4.0.7.source-code.randomkeytype.lua Maven / Gradle / Ivy
The newest version!
-- Returns a random key and its type
local key = redis.call('RANDOMKEY')
local type = redis.call('TYPE', key)['ok']
return { key, type }
© 2015 - 2024 Weber Informatics LLC | Privacy Policy