Beetle.Backend.ETS.count_hit
You're seeing just the function
count_hit
, go back to Beetle.Backend.ETS module for more information.
Specs
count_hit(pid :: pid(), key :: bucket_key(), now :: integer()) :: {:ok, count :: integer()} | {:error, reason :: any()}
Record a hit in the bucket identified by key
Specs
count_hit( pid :: pid(), key :: bucket_key(), now :: integer(), increment :: integer() ) :: {:ok, count :: integer()} | {:error, reason :: any()}
Record a hit in the bucket identified by key
, with a custom increment