API ReferenceKeys
Type
Get the data type of a key
Syntax
Redix.Type(key, callback)Parameters
Prop
Type
Returns
Prop
Type
Example
Redix.Type('player:123', function(err, keyType)
if not err then
print('Key type:', keyType)
end
end)Get the data type of a key
Redix.Type(key, callback)Prop
Type
Prop
Type
Redix.Type('player:123', function(err, keyType)
if not err then
print('Key type:', keyType)
end
end)