Sha256: c2174c712ef9428398b98d50841d227384ae6d838a78bae21dca8aa287bf0df9
Contents?: true
Size: 271 Bytes
Versions: 25
Compression:
Stored size: 271 Bytes
Contents
#!lua name=bearcat_rate_limiting local function checkin_time(keys, args) local return_time = args[1] local true_remaining = args[2] local hash = keys[1] return redis.call('HGET', hash, '_last_modified_') end redis.register_function('my_hset', my_hset)
Version data entries
25 entries across 25 versions & 1 rubygems