class SidekiqUniqueJobs::Redis::Hash

def count

Returns:
  • (Integer) - the length of this hash
def count
  redis { |conn| conn.hlen(key) }
end